Class EventManager
In: lib/engine/eventmanager.rb
Parent: Object
EventManager
TopLevel

Methods

Public Class methods

Public Instance methods

Add an Event to the TITS queue.

e
The event to be added.
return
Undefined.

Get an Event from the TITS queue.

return
The Event or nil

Process events A false return in a PRE trigger will prevent execution of the event

[Validate]