it.eng.spago.event.condition
Class AbstractEventCondition

java.lang.Object
  extended byit.eng.spago.event.condition.AbstractEventCondition
All Implemented Interfaces:
EventConditionIFace, InitializerIFace
Direct Known Subclasses:
DefaultEventCondition

public class AbstractEventCondition
extends java.lang.Object
implements InitializerIFace, EventConditionIFace


Constructor Summary
AbstractEventCondition()
           
 
Method Summary
 SourceBean getConfig()
           
 java.lang.String getKey()
           
 void init(SourceBean config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventCondition

public AbstractEventCondition()
Method Detail

init

public void init(SourceBean config)
Specified by:
init in interface InitializerIFace

getConfig

public SourceBean getConfig()
Specified by:
getConfig in interface InitializerIFace

getKey

public java.lang.String getKey()
Specified by:
getKey in interface EventConditionIFace