@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public class OptionChangedEvent
extends java.lang.Object
| Constructor and Description | 
|---|
OptionChangedEvent(java.lang.String optionKey,
                  java.lang.String oldValue,
                  java.lang.String newValue)
The constructor of the option changed event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getNewValue()  | 
java.lang.String | 
getOldValue()  | 
java.lang.String | 
getOptionKey()  | 
public OptionChangedEvent(java.lang.String optionKey,
                  java.lang.String oldValue,
                  java.lang.String newValue)
optionKey - The identification key of the option
 whose value modification generated this event.oldValue - The old value of the option.newValue - The new value of the option.public java.lang.String getOptionKey()
public java.lang.String getOldValue()
public java.lang.String getNewValue()
© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.