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 {@link ApplicationConnection#setApplicationRunning(false)}. To listen for the event add aApplicationConnection.ApplicationStoppedHandler
by invokingApplicationConnection#addHandler(ApplicationConnection.ApplicationStoppedEvent.Type, ApplicationStoppedHandler)
to theApplicationConnection
- 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
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description ApplicationStoppedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(ApplicationConnection.ApplicationStoppedHandler listener)
com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler>
getAssociatedType()
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
-
dispatch
protected void dispatch(ApplicationConnection.ApplicationStoppedHandler listener)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.ApplicationStoppedHandler>
-
-