borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----java.util.EventObject +----borland.jbcl.util.DispatchableEvent +----borland.jbcl.dataset.NavigationEvent
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.
public NavigationEvent(java.lang.Object source)
public void dispatch(java.util.EventListener listener)
Overrides: borland.jbcl.util.DispatchableEvent.dispatch(EventListener)