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
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
-
-
Field Summary
Fields Modifier and Type Field and Description static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.ApplicationStoppedHandler>
TYPE
-
Constructor Summary
Constructors Constructor and Description ApplicationStoppedEvent()
-
Method Summary
All Methods Modifier and Type Method and 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()
Overrides:
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>
-
-