Package com.googlecode.android_scripting.trigger

Interface Summary
Trigger Interface implemented by objects listening to events on the event queue inside of the SerivceManager.
TriggerRepository.TriggerRepositoryObserver An interface for objects that are notified when a trigger is added to the repository.
 

Class Summary
EventGenerationControllingObserver A TriggerRepository.TriggerRepositoryObserver that starts and stops the monitoring of events depending on whether or not triggers for the event exist.
ScriptTrigger A trigger implementation that launches a given script when the event occurs.
TriggerRepository A repository maintaining all currently scheduled triggers.