BEAST
eu.baltrad.beast.rules.IScriptableRule Interface Reference

If a rule is scripted, it should implement this interface. More...

Public Member Functions

IBltMessage handle (IBltMessage message)
 Handle this message.
 

Detailed Description

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.

Author
Anders Henja

Member Function Documentation

◆ handle()

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.

Parameters
message
Returns
a message or null

The documentation for this interface was generated from the following file: