Class UILifecycle.StateChangeEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<UILifecycle.StateChangeHandler>
com.vaadin.client.UILifecycle.StateChangeEvent
Enclosing class:
UILifecycle

public static class UILifecycle.StateChangeEvent extends com.google.web.bindery.event.shared.Event<UILifecycle.StateChangeHandler>
Event triggered when the lifecycle state of a UI is changed.

To listen for the event add a UILifecycle.StateChangeHandler using UILifecycle.addHandler(StateChangeHandler).

  • Constructor Details

    • StateChangeEvent

      public StateChangeEvent(UILifecycle uiLifecycle)
      Creates a new event connected to the given lifecycle instance.
      Parameters:
      uiLifecycle - the lifecycle instance
  • Method Details