ro.sync.exml.workspace.api.options
Class WSOptionChangedEvent
java.lang.Object
ro.sync.exml.workspace.api.options.WSOptionChangedEvent
public class WSOptionChangedEvent
- extends java.lang.Object
Represents an event which indicates that the value of an option
has been changed.
Constructor Summary |
WSOptionChangedEvent(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 |
WSOptionChangedEvent
public WSOptionChangedEvent(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.