Uses of Interface
com.ibm.di.api.local.DIEventListener

Packages that use DIEventListener
com.ibm.di.api Provides packages and classes for managing the server API. 
com.ibm.di.api.jmx Provides classes for managing the JMX layer. 
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.api.tm Provides classes for managing tombstones. 
com.ibm.di.eclipse.http.commands   
 

Uses of DIEventListener in com.ibm.di.api
 

Methods in com.ibm.di.api with parameters of type DIEventListener
 void EventNotifier.addEventListener(DIEventListener listener, String typeFiltersStr, String idFilter)
          Register a new event listener accompanied with event filters.
static void APIEngine.addEventListener(DIEventListener aListener, String aTypeFilter, String aIdFilter)
          Adds a new event listener.
 boolean EventNotifier.removeEventListener(DIEventListener listener)
          Unregisters an event listener.
static boolean APIEngine.removeEventListener(DIEventListener aListener)
          Removes existing event listener.
 

Uses of DIEventListener in com.ibm.di.api.jmx
 

Classes in com.ibm.di.api.jmx that implement DIEventListener
 class JMXServerAPIListener
          This is a JMX Listener for Server API events.
 

Uses of DIEventListener in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local with parameters of type DIEventListener
 void Session.addEventListener(DIEventListener aListener, String aTypeFilter, String aIdFilter)
          Registers an Event Listener with the Session.
 boolean Session.removeEventListener(DIEventListener aListener)
          Unregisters an Event Listener with the Session.
 

Uses of DIEventListener in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl with parameters of type DIEventListener
 void SessionImpl.addEventListener(DIEventListener aListener, String aTypeFilter, String aIdFilter)
          Registers an Event Listener with the Session.
 boolean SessionImpl.removeEventListener(DIEventListener aListener)
          Unregisters an Event Listener with the Session.
 

Uses of DIEventListener in com.ibm.di.api.tm
 

Classes in com.ibm.di.api.tm that implement DIEventListener
 class TombstoneManagerListener
          This class handles the stop events for AssmeblyLine and Config Instances and triggers the Tombstones Manager logic.
 

Uses of DIEventListener in com.ibm.di.eclipse.http.commands
 

Classes in com.ibm.di.eclipse.http.commands that implement DIEventListener
 class LogCommand