public static class ApplicationConnection.ApplicationStoppedEvent extends com.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
ApplicationConnection#setApplicationRunning(false).
To listen for the event add a ApplicationConnection.ApplicationStoppedHandler by
invoking
ApplicationConnection#addHandler(GwtEvent.Type, ApplicationStoppedHandler)
to the ApplicationConnection| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> |
TYPE |
| Constructor and Description |
|---|
ApplicationStoppedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ApplicationConnection.ApplicationStoppedHandler listener) |
com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> |
getAssociatedType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>protected void dispatch(ApplicationConnection.ApplicationStoppedHandler listener)
dispatch in class com.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>Copyright © 2018 Vaadin Ltd. All rights reserved.