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

NavigationEvent class

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

About the NavigationEvent class

Variables  Constructors  Properties  Methods  

Implements Serializable

This class is used to provide notification that the DataSet's cursor position has changed. This class is used by data-aware controls so that the UI can respond to the change in cursor location.


NavigationEvent variables

Variables implemented in java.util.EventObject

NavigationEvent constructors

NavigationEvent 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

NavigationEvent methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.DispatchableEvent

Methods implemented in java.lang.Object


NavigationEvent constructors

NavigationEvent(java.lang.Object)

  public NavigationEvent(java.lang.Object source)

NavigationEvent methods

dispatch(java.util.EventListener)

  public void dispatch(java.util.EventListener listener)

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