Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

oracle.jbo
Interface RowNavigationListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
RowSetListener
All Known Implementing Classes:
CmrAccessorViewImpl, DCDataVO, DCIteratorBinding, DSViewObjectImpl, FinderViewImpl, JUButtonBinding, JUButtonGroupBinding, JUComboBoxBinding, JUComboBoxCtrlBinding, JUComboBoxLovEditBinding, JUCtrlBoolBinding, JUCtrlListBinding, JUCtrlScrollBinding, JUIteratorBinding, JUListSingleSelBinding, JULovButtonBinding, JUNavigationBar, JUProgressBarBinding, JUScrollBarBinding, JUSliderBinding, JUSpinnerBinding, JUStatusBar, PlaceholderVOImpl, RuntimeViewRowSetIteratorInfo, SDOValueStore, SDOValueStore.RowSetList, ViewObjectImpl, ViewObjectOnRowSets, 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

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

Parameters:
event - a description of the new and previous current rows.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

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