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

Packages that use DIEventListener
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
 

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

Methods in com.ibm.di.api.remote 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.remote.impl
 

Classes in com.ibm.di.api.remote.impl that implement DIEventListener
 class DIEventListenerBase
          This class implements EventListener for Server API events.
 

Methods in com.ibm.di.api.remote.impl with parameters of type DIEventListener
 void SessionImpl.addEventListener(DIEventListener aListener, String aTypeFilter, String aIdFilter)
          Registers an Event Listener with the Session.
static DIEventListenerBase DIEventListenerBase.createInstance(DIEventListener aListener)
          Creates new instance of this class.
static DIEventListenerBase DIEventListenerBase.createInstance(DIEventListener aListener, boolean aSSLon)
          Creates new instance of this class.
static DIEventListenerBase DIEventListenerBase.createInstance(DIEventListener aListener, boolean aSSLon, boolean aUseCustomProperties)
          Creates new instance of this class.
 boolean SessionImpl.removeEventListener(DIEventListener aListener)
          Unregisters an Event Listener with the Session.