Package com.vaadin.client
Interface ApplicationConnection.ApplicationStoppedHandler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
ApplicationConnection
public static interface ApplicationConnection.ApplicationStoppedHandler
extends com.google.gwt.event.shared.EventHandler
A listener for listening to application stopped events. The listener can
be added to a
ApplicationConnection by invoking
ApplicationConnection.addHandler(GwtEvent.Type, EventHandler)- Since:
- 7.1.8
- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptionvoidTriggered when theApplicationConnectionmarks a previously running application as stopped by invokingApplicationConnection.setApplicationRunning(boolean).
-
Method Details
-
onApplicationStopped
Triggered when theApplicationConnectionmarks a previously running application as stopped by invokingApplicationConnection.setApplicationRunning(boolean).- Parameters:
event- the event triggered by theApplicationConnection
-