Oracle Data-aware Controls Reference

oracle.dacf.control
Class NavigatingAdapter

java.lang.Object
  |
  +--oracle.dacf.control.NavigatingAdapter
All Implemented Interfaces:
java.util.EventListener, NavigatingListener

public class NavigatingAdapter
extends java.lang.Object
implements NavigatingListener

This class provides an empty implementation of the NavigatingListener interface.Listeners that are not interested in receiving all the NavigatingEvents should subclass from NavigatingAdapter and override appropriate methods.


Constructor Summary
NavigatingAdapter()
           
 
Method Summary
 void navigatingOut(NavigatingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigatingAdapter

public NavigatingAdapter()
Method Detail

navigatingOut

public void navigatingOut(NavigatingEvent event)
                   throws NavigatingException
Specified by:
navigatingOut in interface NavigatingListener

Oracle Data-aware Controls Reference