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

MasterNavigateEvent class

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

About the MasterNavigateEvent class

Variables  Constructors  Properties  Methods  

Implements ExceptionDispatch, Serializable

This class is used internally by other classes in the JBCL. You should never use this class directly.


MasterNavigateEvent variables

Variables implemented in java.util.EventObject

MasterNavigateEvent constructors

MasterNavigateEvent 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

MasterNavigateEvent methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.DispatchableEvent

Methods implemented in java.lang.Object


MasterNavigateEvent constructors

MasterNavigateEvent(java.lang.Object)

  public MasterNavigateEvent(java.lang.Object source)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

MasterNavigateEvent methods

dispatch(java.util.EventListener)

  public void dispatch(java.util.EventListener listener)
This method is used internally by other classes in the JBCL. You should never use this method directly.

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