Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api
Class OptionChangedEvent

java.lang.Object
  extended by ro.sync.ecss.extensions.api.OptionChangedEvent

public class OptionChangedEvent
extends Object

Represents an event which indicates that the value of an option has been changed.


Constructor Summary
OptionChangedEvent(String optionKey, String oldValue, String newValue)
          The constructor of the option changed event.
 
Method Summary
 String getNewValue()
           
 String getOldValue()
           
 String getOptionKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionChangedEvent

public OptionChangedEvent(String optionKey,
                          String oldValue,
                          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.
Method Detail

getOptionKey

public String getOptionKey()
Returns:
Returns the identification key of the option associated with this event.

getOldValue

public String getOldValue()
Returns:
Returns the old value of the option associated with this event.

getNewValue

public String getNewValue()
Returns:
Returns the new value of the option associated with this event.

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.