borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
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)
public void dispatch(java.util.EventListener listener)
Overrides: borland.jbcl.util.DispatchableEvent.dispatch(EventListener)