Interface EventType


public interface EventType
A DOM event type.
  • Field Details

  • Method Details

    • of

      static EventType of(String eventName)
      Returns the EventType instance for the given eventName.
      Parameters:
      eventName - the name of the event. For example, "dblclick", "keyup", "blur"
      Throws:
      IllegalArgumentException - when eventName is empty or blank
    • value

      default String value()
      Returns a string representation of the event type.