com.vaadin.server
Interface ApplicationStartedListener
- All Superinterfaces:
- java.util.EventListener
public interface ApplicationStartedListener
- extends java.util.EventListener
Listener that gets notified when a new VaadinSession has been
started. Add-ons can use this listener to automatically integrate with API
tied to the Application API.
- Since:
- 7.0.0
- Author:
- Vaadin Ltd
- See Also:
AddonContext.addApplicationStartedListener(ApplicationStartedListener)
applicationStarted
void applicationStarted(ApplicationStartedEvent event)
- Tells the listener that an application has been started (meaning that
VaadinSession#init() has been invoked.
- Parameters:
event - details about the event
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.