Class: ValueChangeEvent

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

E59895-03

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.