ilog.ds.adapter
Class DispatchEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ilog.ds.adapter.DispatchEvent
All Implemented Interfaces:
java.io.Serializable

public class DispatchEvent
extends java.util.EventObject

Event class used for asynchronized batched events dispatch notifications.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.util.ArrayList dispatchedEvents()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

dispatchedEvents

public java.util.ArrayList dispatchedEvents()
Returns:
dispatched events.