| Package | Description |
|---|---|
| to.etc.webapp.eventmanager |
| Modifier and Type | Method and Description |
|---|---|
static ListenerType |
ListenerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerType[] |
ListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AppEventBase> |
VpEventManager.addListener(Class<T> cl,
ListenerType lt,
AppEventListener<T> listener) |
<T extends AppEventBase> |
VpEventManager.addWeakListener(Class<T> cl,
ListenerType lt,
AppEventListener<T> listener) |
Copyright © 2017 etc.to. All rights reserved.