We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
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 a
ApplicationConnection.ApplicationStoppedHandler
by invokingApplicationConnection#addHandler(GwtEvent.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 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>
-
-