ro.sync.ecss.extensions.api
Class OptionChangedEvent
java.lang.Object
   ro.sync.ecss.extensions.api.OptionChangedEvent
ro.sync.ecss.extensions.api.OptionChangedEvent
- public class OptionChangedEvent 
- extends java.lang.Object
Represents an event which indicates that the value of an option 
 has been changed.
| Constructor Summary | 
| OptionChangedEvent(java.lang.String optionKey,
                   java.lang.String oldValue,
                   java.lang.String newValue)The constructor of the option changed event.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OptionChangedEvent
public OptionChangedEvent(java.lang.String optionKey,
                          java.lang.String oldValue,
                          java.lang.String newValue)
- The constructor of the option changed event.
 
- Parameters:
- 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.
 
getOptionKey
public java.lang.String getOptionKey()
- 
- Returns:
- Returns the identification key of the option
 associated with this event.
 
getOldValue
public java.lang.String getOldValue()
- 
- Returns:
- Returns the old value of the option associated with this event.
 
getNewValue
public java.lang.String getNewValue()
- 
- Returns:
- Returns the new value of the option associated with this event.
 
© Copyright SyncRO Soft SRL 2002 - 2010.