Uses of Class
com.ibm.di.api.DIEvent

Packages that use DIEvent
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.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. 
com.ibm.di.api.tm Provides classes for managing tombstones. 
com.ibm.di.eclipse.http.commands   
 

Uses of DIEvent in com.ibm.di.api
 

Subclasses of DIEvent in com.ibm.di.api
 class ALEvent
          This class is the object that describes the event that have been triggered.
 class CIEvent
          This class is the object that describes the event that have been triggered.
 

Methods in com.ibm.di.api with parameters of type DIEvent
 void EventNotifier.broadcastEvent(DIEvent event)
          Broadcast an event to all registered listeners, whose filters match the event.
static void APIEngine.sendNotification(DIEvent event)
          Sends a notification event using the API Engine's Event Notifier.
 

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

Methods in com.ibm.di.api.jmx with parameters of type DIEvent
 void JMXServerAPIListener.handleEvent(DIEvent aEvent)
          Handles a specified event.
 

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

Methods in com.ibm.di.api.local with parameters of type DIEvent
 void DIEventListener.handleEvent(DIEvent aEvent)
          Handles a specified event.
 

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

Methods in com.ibm.di.api.remote with parameters of type DIEvent
 void DIEventListener.handleEvent(DIEvent aEvent)
          Handles a specified event.
 

Uses of DIEvent in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type DIEvent
 void DIEventListenerBase.handleEvent(DIEvent aEvent)
          Handles a specified event.
 

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

Methods in com.ibm.di.api.tm with parameters of type DIEvent
 void TombstoneManagerListener.handleEvent(DIEvent aEvent)
          This method handles tombstone events.
 

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

Methods in com.ibm.di.eclipse.http.commands with parameters of type DIEvent
 void LogCommand.handleEvent(DIEvent event)