Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo
Interface RowNavigationListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
RowSetListener
All Known Implementing Classes:
JUCtrlListBinding, JUCtrlScrollBinding, JUIteratorBinding, JUNavigationBar, JUStatusBar

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.

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.