ActionHandler |
This interface should be implemented by external modules which provide functionality for processing Action
modules.
|
ConditionHandler |
This interface provides common functionality for processing Condition modules.
|
ModuleHandler |
A common interface for all module Handler interfaces.
|
ModuleHandlerFactory |
|
TimeBasedConditionHandler |
ConditionHandler that evaluates, if the current time satisfies an specified condition.
|
TimeBasedTriggerHandler |
Marker Interface for a TriggerHandler that contains a time based execution.
|
TriggerHandler |
This Handler interface is used by the RuleManager to set a callback interface to
itself.
|
TriggerHandlerCallback |
This is a callback interface to RuleManager which is used by the TriggerHandler to notify the RuleManager
about firing of the Trigger .
|