com.ibm.di.api.remote
Interface DIEventListener

All Superinterfaces:
EventListener, Remote
All Known Implementing Classes:
DIEventListenerBase, RemoteALListener, RemoteEHListener, RemoteListener

public interface DIEventListener
extends EventListener, Remote

This is a base EventListener for Server API events.


Method Summary
 void handleEvent(DIEvent aEvent)
          Handles a specified event.
 

Method Detail

handleEvent

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

Parameters:
aEvent - the event which needs to be handled.
Throws:
DIException - if an error occurs while trying to handle the event.
RemoteException - if a communication-related exception occurs.