borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

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)
Constructs a LoadEvent object.

LoadEvent methods

dispatch(java.util.EventListener)

  public void dispatch(java.util.EventListener listener)
Sends a notification of the LoadEvent to all registered listeners.

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