Package to.etc.webapp.eventmanager

Interface Summary
AppEventListener<T extends AppEventBase> A listener for a specific type of event.
 

Class Summary
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 Summary
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.