BEAST
|
If a rule is scripted, it should implement this interface. More...
Public Member Functions | |
IBltMessage | handle (IBltMessage message) |
Handle this message. | |
If a rule is scripted, it should implement this interface.
Do not confuse this interface with the ScriptedRule that is a wrapper for keeping track on the scripted rule.
IBltMessage eu.baltrad.beast.rules.IScriptableRule.handle | ( | IBltMessage | message | ) |
Handle this message.
If returning a message it means that this rule has evaluated to true and the message should be managed. Otherwise, if null is returned, the rule has either managed the message or it can not handle the message.
message |