com.ibm.di.api.remote
Interface DIEventListener

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

public interface DIEventListener
extends RemoteListener

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.