Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo
Interface RowNavigationListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
RowSetListener
All Known Implementing Classes:
oracle.adf.model.binding.DCIteratorBinding, JUCtrlListBinding, JUCtrlScrollBinding, JUNavigationBar, JUStatusBar, RuntimeViewRowSetIteratorInfo, ViewUsageImpl, WSRowSetImpl

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.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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