public interface RowNavigationListener
extends java.util.EventListener
A RowSet will notify its listeners whenever:
| Modifier and Type | Method and Description |
|---|---|
void |
navigated(NavigationEvent event)
Invoked when the current-row designation changes.
|
void navigated(NavigationEvent event)
event - a description of the new and previous current rows.