com.ibm.di.api.remote.impl
Class EventHandlerListenerAdapter

java.lang.Object
  extended by com.ibm.di.api.remote.impl.EventHandlerListenerAdapter
All Implemented Interfaces:
EventHandlerListener, LogListener, EventListener

public class EventHandlerListenerAdapter
extends Object
implements EventHandlerListener


Constructor Summary
EventHandlerListenerAdapter(EventHandlerListener aListener)
           
 
Method Summary
 void eventCaptured(Entry aEntry)
          Called right after the EventHandler captures an event and maps it to an Entry object.
 void eventHandlerTerminated()
           
 void eventProcessed(Entry aEntry)
          If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes.
 void messageLogged(String aMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlerListenerAdapter

public EventHandlerListenerAdapter(EventHandlerListener aListener)
                            throws DIException
Throws:
DIException
Method Detail

eventCaptured

public void eventCaptured(Entry aEntry)
                   throws DIException
Description copied from interface: EventHandlerListener
Called right after the EventHandler captures an event and maps it to an Entry object.

Specified by:
eventCaptured in interface EventHandlerListener
Parameters:
aEntry - The event object.
Throws:
DIException - If an error is encountered.

eventProcessed

public void eventProcessed(Entry aEntry)
                    throws DIException
Description copied from interface: EventHandlerListener
If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes.

Specified by:
eventProcessed in interface EventHandlerListener
Parameters:
aEntry - The event objects after all processing completes.
Throws:
DIException - If an error is encountered.

eventHandlerTerminated

public void eventHandlerTerminated()
                            throws DIException
Specified by:
eventHandlerTerminated in interface EventHandlerListener
Throws:
DIException

messageLogged

public void messageLogged(String aMessage)
                   throws DIException
Specified by:
messageLogged in interface LogListener
Throws:
DIException