borland Packages  Class Hierarchy  dx.dataset Package 

MasterNavigateEvent class

java.lang.Object
   +----java.util.EventObject
           +----com.borland.jb.util.DispatchableEvent
                   +----com.borland.dx.dataset.MasterNavigateEvent

About the MasterNavigateEvent class

Variables  Constructors  Properties  Methods  

Implements DxDispatch, Serializable

This class is used internally by other com.borland classes. You should never use this class directly.


MasterNavigateEvent variables

Variables implemented in this class

Variables implemented in java.util.EventObject

MasterNavigateEvent constructors

MasterNavigateEvent properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.jb.util.DispatchableEvent

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

MasterNavigateEvent methods

Methods implemented in this class

Methods implemented in com.borland.jb.util.DispatchableEvent

Methods implemented in java.lang.Object


MasterNavigateEvent variables

NAVIGATED

  public static final int NAVIGATED = 1
This variable is used internally by other com.borland classes. You should never use this variable directly.

NAVIGATING

  public static final int NAVIGATING = 2
This variable is used internally by other com.borland classes. You should never use this variable directly.

MasterNavigateEvent constructors

MasterNavigateEvent(java.lang.Object, boolean, int)

  public MasterNavigateEvent(Object source, boolean canceling, int id)
This constructor is used internally by other com.borland classes. You should never use this constructor directly.

MasterNavigateEvent methods

dispatch(java.util.EventListener)

  public void dispatch(EventListener listener)
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.jb.util.DispatchableEvent.dispatch(EventListener)