com.ibm.connections.spi.events
Class AbstractPreEventHandler

java.lang.Object
  extended by com.ibm.connections.spi.events.AbstractPreEventHandler
All Implemented Interfaces:
PreEventHandler

public abstract class AbstractPreEventHandler
extends java.lang.Object
implements PreEventHandler

An abstract implementation of PreEventHandler which simply provides default init and destroy methods.


Constructor Summary
AbstractPreEventHandler()
           
 
Method Summary
 void destroy()
          Default destroy method
 void init()
          Default init method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.connections.spi.events.PreEventHandler
handleEvent
 

Constructor Detail

AbstractPreEventHandler

public AbstractPreEventHandler()
Method Detail

init

public void init()
          throws EventHandlerInitException
Default init method.

Specified by:
init in interface PreEventHandler
Throws:
EventHandlerInitException - if the handler does not initialize successfully. This will be logged by the runtime.

destroy

public void destroy()
Default destroy method

Specified by:
destroy in interface PreEventHandler