Oxygen XML Editor 14.2 Author API

ro.sync.exml.workspace.api.options
Class WSOptionChangedEvent

java.lang.Object
  extended by ro.sync.exml.workspace.api.options.WSOptionChangedEvent

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
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.
 
Method Summary
 java.lang.String getNewValue()
           
 java.lang.String getOldValue()
           
 java.lang.String getOptionKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.