borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----java.util.EventObject +----com.borland.jb.util.DispatchableEvent +----com.borland.dx.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(Object source)Constructs a LoadEvent object.
public void dispatch(EventListener listener)Sends a notification of the LoadEvent to all registered listeners.