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(ApplicationStoppedEvent.Type, ApplicationStoppedHandler)
    Since:
    7.1.8
    Author:
    Vaadin Ltd