Oracle Data-aware Controls Reference

oracle.dacf.control
Class CurrencyChangedEvent

java.lang.Object
  extended byoracle.dacf.control.CurrencyChangedEvent

public class CurrencyChangedEvent
extends java.lang.Object

This event is sent by the NavigationManager to all CurrencyListeners whenever the the "current" control is changed. The "current" control is the control that has keyboard focus.

Version:
SDK

Constructor Summary
CurrencyChangedEvent(Control currentControl, Control prevControl)
           
 
Method Summary
 Control getCurrentControl()
          returns the current control; the control that now has keyboard focus.
 Control getPreviousControl()
          returns the previous control; the control that previously had keyboard focus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyChangedEvent

public CurrencyChangedEvent(Control currentControl,
                            Control prevControl)
Method Detail

getCurrentControl

public Control getCurrentControl()
returns the current control; the control that now has keyboard focus.


getPreviousControl

public Control getPreviousControl()
returns the previous control; the control that previously had keyboard focus.


Oracle Data-aware Controls Reference

 

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