|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectoracle.adfmf.amx.event.AMXEvent
oracle.adfmf.amx.event.ValueChangeEvent
public class ValueChangeEvent
Event that is generated when the value of a component changes.
Constructor Summary | |
---|---|
ValueChangeEvent()
Creates a new ValueChangeEvent |
|
ValueChangeEvent(Object oldValue,
Object newValue)
Creates a new ValueChangeEvent |
Method Summary | |
---|---|
Object |
getNewValue()
Returns the new value of the component. |
Object |
getOldValue()
Returns the previous value of the component. |
void |
setNewValue(Object newValue)
Sets the new value of the component. |
void |
setOldValue(Object oldValue)
Sets the previous value of the component. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueChangeEvent()
public ValueChangeEvent(Object oldValue, Object newValue)
oldValue
- the previous value of the component.newValue
- the new value of the component.Method Detail |
---|
public Object getOldValue()
public void setOldValue(Object oldValue)
public Object getNewValue()
public void setNewValue(Object newValue)
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |