ilog.ds.adapter
Class DispatchEvent

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

public class DispatchEvent
extends EventObject

Event class used for asynchronized batched events dispatch notifications.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Method Summary
 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 ArrayList dispatchedEvents()
Returns:
dispatched events.