Uses of Class
to.etc.webapp.eventmanager.AppEventBase

Packages that use AppEventBase
to.etc.webapp.eventmanager   
 

Uses of AppEventBase in to.etc.webapp.eventmanager
 

Classes in to.etc.webapp.eventmanager with type parameters of type AppEventBase
 interface AppEventListener<T extends AppEventBase>
          A listener for a specific type of event.
 

Subclasses of AppEventBase in to.etc.webapp.eventmanager
 class AppEvent
          A base class for VP based record events.
 

Methods in to.etc.webapp.eventmanager with parameters of type AppEventBase
 void VpEventManager.postDelayedEvent(java.sql.Connection dbc, AppEventBase ae)
          Post an event asynchronously.
 void VpEventManager.postEvent(java.sql.Connection dbc, AppEventBase ae)
          Post an event synchronously.
 

Method parameters in to.etc.webapp.eventmanager with type arguments of type AppEventBase
 void VpEventManager.postDelayedEvent(java.sql.Connection dbc, java.util.List<AppEventBase> ae)
          Post a list of events asynchronously.
 void VpEventManager.postEvent(java.sql.Connection dbc, java.util.List<? extends AppEventBase> aelist)
          Post all of the events in the list synchronously.