| Package | Description |
|---|---|
| to.etc.webapp.eventmanager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppEventListener<T extends AppEventBase>
A listener for a specific type of event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppEvent
A base class for VP based record events.
|
| 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) |
<T extends AppEventBase> |
VpEventManager.removeWeakListener(Class<T> cl,
AppEventListener<T> listener) |
<T extends AppEventBase> |
IEventMarshaller.unmarshalEvent(String varchar)
Create event object from formated text
|
| Modifier and Type | Method and Description |
|---|---|
String |
IEventMarshaller.marshalEvent(AppEventBase event)
Convert formated string from provided event
|
void |
VpEventManager.postDelayedEvent(Connection dbc,
AppEventBase ae)
Post an event asynchronously.
|
void |
VpEventManager.postEvent(Connection dbc,
AppEventBase ae)
Post an event synchronously.
|
long |
VpEventManager.sendEventMain(Connection dbc,
AppEventBase ae,
boolean commit,
boolean isimmediate)
NOT FOR COMMON USE - Primitive event poster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpEventManager.postDelayedEvent(Connection dbc,
List<? extends AppEventBase> ae)
Post a list of events asynchronously.
|
void |
VpEventManager.postEvent(Connection dbc,
List<? extends AppEventBase> aelist)
Post all of the events in the list synchronously.
|
Copyright © 2017 etc.to. All rights reserved.