borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

LoadEvent class

java.lang.Object
   +----java.util.EventObject
           +----borland.jbcl.util.DispatchableEvent
                   +----borland.jbcl.dataset.LoadEvent

About the LoadEvent class

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.


LoadEvent variables

Variables implemented in java.util.EventObject

LoadEvent constructors

LoadEvent properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.util.DispatchableEvent

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

LoadEvent methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.DispatchableEvent

Methods implemented in java.lang.Object


LoadEvent constructors

LoadEvent(java.lang.Object)

  public LoadEvent(java.lang.Object source)

LoadEvent methods

dispatch(java.util.EventListener)

  public void dispatch(java.util.EventListener listener)

Overrides: borland.jbcl.util.DispatchableEvent.dispatch(EventListener)