Oracle Data-aware Controls Reference

oracle.dacf.control
Interface CurrencyListener

All Known Implementing Classes:
TreeControl, StatusBarControl, NavigationBar

public interface CurrencyListener

This interface is to be implemented by those classes that wish to notified when the current control changes.

Version:
SDK

Method Summary
 void currencyChanged(CurrencyChangedEvent e)
          This method is called by the NavigationManager after is has determined the new current control and keyboard focus has been moved to that control.
 

Method Detail

currencyChanged

public void currencyChanged(CurrencyChangedEvent e)
This method is called by the NavigationManager after is has determined the new current control and keyboard focus has been moved to that control.

Oracle Data-aware Controls Reference