|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.vaadin.server.ApplicationStartedEvent
public class ApplicationStartedEvent
Event used by
ApplicationStartedListener.applicationStarted(ApplicationStartedEvent)
.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ApplicationStartedEvent(AddonContext context,
VaadinSession application)
Creates a new event. |
|
| Method Summary | |
|---|---|
VaadinSession |
getApplication()
Gets the newly started Application. |
AddonContext |
getContext()
Gets the add-on context from which this event originated. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationStartedEvent(AddonContext context,
VaadinSession application)
context - the add-on context that will fire the eventapplication - the application that has been started| Method Detail |
|---|
public AddonContext getContext()
public VaadinSession getApplication()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||