Class EventType

java.lang.Object
com.vaadin.swingkit.core.EventType

public final class EventType extends Object
Utility class that holds constants for common event types.
See Also:
  • Field Details

    • ATTACH

      public static final String ATTACH
      In the event of a swing bridge becoming ready for use in a Vaadin view.
      See Also:
    • DETACH

      public static final String DETACH
      In the event of a swing bridge being removed from a Vaadin view.
      See Also:
    • EXCEPTION

      public static final String EXCEPTION
      For events that represent an exception thrown.
      See Also: