it.eng.spago.event.handler
Class AbstractEventHandlerDriver

java.lang.Object
  extended byit.eng.spago.event.handler.AbstractEventHandlerDriver
All Implemented Interfaces:
EventHandlerDriverIFace, InitializerIFace
Direct Known Subclasses:
DefaultEventHandlerDriver

public abstract class AbstractEventHandlerDriver
extends java.lang.Object
implements InitializerIFace, EventHandlerDriverIFace


Constructor Summary
AbstractEventHandlerDriver()
           
 
Method Summary
 boolean acceptsEventHandler(java.lang.String eventHandlerKey)
           
 SourceBean getConfig()
           
 EventHandlerIFace getEventHandler()
           
 void init(SourceBean config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventHandlerDriver

public AbstractEventHandlerDriver()
Method Detail

init

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

getConfig

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

acceptsEventHandler

public boolean acceptsEventHandler(java.lang.String eventHandlerKey)
Specified by:
acceptsEventHandler in interface EventHandlerDriverIFace

getEventHandler

public EventHandlerIFace getEventHandler()
Specified by:
getEventHandler in interface EventHandlerDriverIFace