| Modifier and Type | Method and Description |
|---|---|
static <T extends VaadinApplication> |
VaadinApplication.get(Class<T> clazz)
Get the singleton instance of the specified class associated with the current
VaadinSession. |
static <T extends VaadinApplication> |
VaadinApplication.get(VaadinSession session,
Class<T> clazz)
Get the singleton instance of the specified class associated with the given session.
|
| Modifier and Type | Method and Description |
|---|---|
static VaadinApplication |
VaadinApplication.get()
Get the singleton
VaadinApplication instance associated with the current VaadinSession. |
| Constructor and Description |
|---|
VaadinExternalListener(S eventSource,
VaadinApplication application)
Convenience constructor.
|
Copyright © 2017. All rights reserved.