Oxygen XML Editor 14.2 Author API

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

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

@API(type=EXTENDABLE,
     src=PUBLIC)
public abstract class WSOptionListener
extends java.lang.Object

The listener which is notified about the value changes of an author extension level option.


Constructor Summary
WSOptionListener(java.lang.String key)
          Constructor for the option listener.
 
Method Summary
 java.lang.String getKey()
           
abstract  void optionValueChanged(WSOptionChangedEvent event)
          This method is called when the value of the option associated with this listener has been modified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSOptionListener

public WSOptionListener(java.lang.String key)
Constructor for the option listener.

Parameters:
key - The key of the option whose value modification triggers the listener notification.
Method Detail

optionValueChanged

public abstract void optionValueChanged(WSOptionChangedEvent event)
This method is called when the value of the option associated with this listener has been modified.

Parameters:
event - An WSOptionChangedEvent which indicates that the value of the associated option has been changed.

getKey

public final java.lang.String getKey()
Returns:
The key of the option this listener is notified about.

Oxygen XML Editor 14.2 Author API

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