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

java.lang.Object
  extended by com.ibm.di.api.remote.impl.DIEventListenerAdapter
All Implemented Interfaces:
DIEventListener, java.util.EventListener

public class DIEventListenerAdapter
extends java.lang.Object
implements DIEventListener

This is remote EventListener for Server API events.


Constructor Summary
DIEventListenerAdapter(DIEventListener aListener)
          Constructor
 
Method Summary
 void handleEvent(DIEvent aEvent)
          Handles a specified event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIEventListenerAdapter

public DIEventListenerAdapter(DIEventListener aListener)
                       throws DIException
Constructor

Parameters:
aListener -
Throws:
DIException
Method Detail

handleEvent

public void handleEvent(DIEvent aEvent)
                 throws DIException
Handles a specified event.

Specified by:
handleEvent in interface DIEventListener
Parameters:
aEvent - the event which needs to be handled.
Throws:
DIException - if an error occurs while trying to handle the event.