Package com.vaadin.client
Class ApplicationConnection.ApplicationStoppedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
- Enclosing class:
- ApplicationConnection
public static class ApplicationConnection.ApplicationStoppedEvent
extends com.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
Event triggered when a application is stopped by calling
ApplicationConnection.setApplicationRunning(boolean).
To listen for the event add a ApplicationConnection.ApplicationStoppedHandler by
invoking ApplicationConnection.addHandler(Type, EventHandler) to
the ApplicationConnection- Since:
- 7.1.8
- Author:
- Vaadin Ltd
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcom.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler>Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> TYPE
-
-
Constructor Details
-
ApplicationStoppedEvent
public ApplicationStoppedEvent()
-
-
Method Details
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> getAssociatedType()- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
-
dispatch
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
-