borland Packages Class Hierarchy dx.dataset Package
java.util.EventListener +----com.borland.dx.dataset.NavigationListener
Methods
This interface is used as a notification that current row position has changed, or navigated, from a row. This is used for data-aware controls so that the UI can respond to the change in cursor location. For example, a status bar can change its display from "1 of 10" to "2 of 10" when the user moves from the first row to the second.
public void navigated(NavigationEvent event)
This is an event to notify listeners that the current row has changed, that a user has moved from one row to another.