i3.dragos.core.services.rules
Interface RuleAction


public interface RuleAction

An RuleAction is performed by a rule if it has been triggered by an event.

Author:
Thorsten Hermes <thermes@i3.informatik.rwth-aachen.de>

Method Summary
 void ruleTriggered(DataEvent event)
          Executes the action.
 

Method Detail

ruleTriggered

void ruleTriggered(DataEvent event)
                   throws DragosException
Executes the action. The implementing class can use the information in the DataEvent to access the schema / graph data.

Parameters:
event - The event that triggered the execution of the action.
Throws:
DragosException - in case of errors.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.