borland Packages Class Hierarchy jbcl.dataset Package Index
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)Creates a NavigationEvent object.
public void dispatch(java.util.EventListener listener)
Overrides: borland.jbcl.util.DispatchableEvent.dispatch(EventListener)