AP&C API Reference
|
Classes | |
class | ActionArgs |
An EventArgs class used to control IAction implementations. More... | |
class | EventEngine |
Processes events that other components of the system generate. This works off of a FIFO queue just as the other threaded engines do. The actions executed for the events are processed serially and synchronously. More... | |
interface | IAction |
The contract used to invoke any and all actions. More... | |
interface | IEventProcessor |
The contract to be implemented by entities that process events. More... | |