Class: ValueChangeEvent

Oracle® Fusion Middleware JSDoc Reference for Oracle Mobile Application Framework
2.3.1.0.0

E68517-02

adf.mf.api.amx.ValueChangeEvent

Constructor

new ValueChangeEvent(oldValue, newValue)

An event for changes of value for a component. See also the Java API oracle.adfmf.amx.event.ValueChangeEvent.
Parameters:
Name Type Description
oldValue Object the previous value of the component.
newValue Object the new value of the component.