| Interface | Description |
|---|---|
| AppEventListener<T extends AppEventBase> |
A listener for a specific type of event.
|
| IEventMarshaller |
Marshal event to string, ready for storing into database as varchar, and
recreate event object by unmarshalling string.
|
| Class | Description |
|---|---|
| AppEvent |
A base class for VP based record events.
|
| AppEventBase |
Base class for all ViewPoint application events, as handled
by the event manager.
|
| VpEventManager |
Overview
|
| Enum | Description |
|---|---|
| ChangeType |
The type of change that is encapsulated in the event; a simple enum
of added, deleted or modified.
|
| ListenerType |
The type of listening operation requested; used to specify when
the listener is to be called after an event has occured.
|
Copyright © 2017 etc.to. All rights reserved.