Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo
Interface RowNavigationListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
RowSetListener
All Known Implementing Classes:
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 ADF Model and Business Components API Reference 10.1.2 B14022-02


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