Uses of Interface
com.vaadin.client.UILifecycle.StateChangeHandler
Packages that use UILifecycle.StateChangeHandler
-
Uses of UILifecycle.StateChangeHandler in com.vaadin.client
Methods in com.vaadin.client with type parameters of type UILifecycle.StateChangeHandlerModifier and TypeMethodDescription<H extends UILifecycle.StateChangeHandler>
com.google.web.bindery.event.shared.HandlerRegistrationUILifecycle.addHandler(H handler) Adds a state change event handler.Methods in com.vaadin.client that return types with arguments of type UILifecycle.StateChangeHandlerModifier and TypeMethodDescriptioncom.google.web.bindery.event.shared.Event.Type<UILifecycle.StateChangeHandler>UILifecycle.StateChangeEvent.getAssociatedType()static com.google.web.bindery.event.shared.Event.Type<UILifecycle.StateChangeHandler>UILifecycle.StateChangeEvent.getType()Gets the type of the event after ensuring the type has been created.Methods in com.vaadin.client with parameters of type UILifecycle.StateChangeHandlerModifier and TypeMethodDescriptionprotected voidUILifecycle.StateChangeEvent.dispatch(UILifecycle.StateChangeHandler listener)