Business Components

oracle.jbo
Interface RowNavigationListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
RowSetListener

public interface RowNavigationListener
extends java.util.EventListener

Implemented by subscribers to events generated by row sets.

A RowSet will notify its listeners whenever:

Since:
JDeveloper 5.0

Method Summary
 void navigated(NavigationEvent event)
          Invoked when the current-row designation changes.
 

Method Detail

navigated

public void navigated(NavigationEvent event)
Invoked when the current-row designation changes.
Parameters:
event - a description of the new and previous current rows.

Business Components