borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----java.util.EventObject +----borland.jbcl.util.DispatchableEvent +----borland.jbcl.dataset.LoadEvent
Variables Constructors Properties Methods
Implements Serializable
This class is used as a notification that a load operation on a StorageDataSet has been completed. Load operations occur when a query or procedure is executed, or when a StorageDataSet is loaded from an import operation. This notification is most interesting for queries and procedures that are executed with asynchronous fetching, since this is done with a separate thread.
public LoadEvent(java.lang.Object source)Constructs a LoadEvent object.
public void dispatch(java.util.EventListener listener)Sends a notification of the LoadEvent to all registered listeners.
Overrides: borland.jbcl.util.DispatchableEvent.dispatch(EventListener)