Oracle Data-aware Controls Reference

oracle.dacf.control
Interface NavigatingListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
NavigatingAdapter

public interface NavigatingListener
extends java.util.EventListener

Interface for receiving NavigatingEvent fired by a Control.

NavigatingEvent is fired after ValidationEvent but before the NavigatedEvent

See Also:
NavigatingAdapter, NavigatingEvent, Control

Method Summary
 void navigatingOut(NavigatingEvent event)
           
 

Method Detail

navigatingOut

public void navigatingOut(NavigatingEvent event)
                   throws NavigatingException

Oracle Data-aware Controls Reference