com.ibm.di.api.local
Interface DIEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DIEventListenerAdapter, JMXServerAPIListener, TombstoneManagerListener

public interface DIEventListener
extends EventListener

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
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.