Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


oracle.adfmf.amx.event
Class ValueChangeEvent

java.lang.Object
  extended by oracle.adfmf.amx.event.AMXEvent
      extended by oracle.adfmf.amx.event.ValueChangeEvent


public class ValueChangeEvent
extends AMXEvent

Event that is generated when the value of a component changes.


Constructor Summary
ValueChangeEvent()
          Creates a new ValueChangeEvent
ValueChangeEvent(java.lang.Object oldValue, java.lang.Object newValue)
          Creates a new ValueChangeEvent

 

Method Summary
 java.lang.Object getNewValue()
          Returns the new value of the component.
 java.lang.Object getOldValue()
          Returns the previous value of the component.
 void setNewValue(java.lang.Object newValue)
          Sets the new value of the component.
 void setOldValue(java.lang.Object oldValue)
          Sets the previous value of the component.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ValueChangeEvent

public ValueChangeEvent()
Creates a new ValueChangeEvent

ValueChangeEvent

public ValueChangeEvent(java.lang.Object oldValue,
                        java.lang.Object newValue)
Creates a new ValueChangeEvent
Parameters:
oldValue - the previous value of the component.
newValue - the new value of the component.

Method Detail

getOldValue

public java.lang.Object getOldValue()
Returns the previous value of the component.

setOldValue

public void setOldValue(java.lang.Object oldValue)
Sets the previous value of the component.

getNewValue

public java.lang.Object getNewValue()
Returns the new value of the component.

setNewValue

public void setNewValue(java.lang.Object newValue)
Sets the new value of the component.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


Copyright © 2012, 2013 Oracle. All Rights Reserved.