it.eng.spago.event
Class EventConditionsHandlerRelation

java.lang.Object
  extended byit.eng.spago.event.EventConditionsHandlerRelation

public class EventConditionsHandlerRelation
extends java.lang.Object


Constructor Summary
EventConditionsHandlerRelation()
           
 
Method Summary
 java.util.Collection getEventConditions()
           
 EventHandlerIFace getEventHandler()
           
 void setEventCondition(EventConditionIFace eventCondition)
           
 void setEventHandler(EventHandlerIFace eventHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventConditionsHandlerRelation

public EventConditionsHandlerRelation()
Method Detail

getEventHandler

public EventHandlerIFace getEventHandler()

setEventHandler

public void setEventHandler(EventHandlerIFace eventHandler)

getEventConditions

public java.util.Collection getEventConditions()

setEventCondition

public void setEventCondition(EventConditionIFace eventCondition)