Package ioids :: Module eventtrigger :: Class EventTrigger
[hide private]
[frames] | no frames]

Class EventTrigger

source code

Connect against the database frequently in order to receive latest events.

Instance Methods [hide private]
 
__init__(self)
Yet empty constructor.
source code
 
startup(self)
Puts the trigger in the background thread and makes it waiting until it's shutdown.
source code
 
runUntilShutdown(self)
This is the function, running in the thread, which will initiate the event download frequently.
source code
 
_triggerEventsNow(self)
Performs the actual event triggering.
source code
 
shutdown(self)
Shutdown the thread.
source code