Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api
Class OptionListener

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

public abstract class OptionListener
extends Object

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


Constructor Summary
OptionListener(String key)
          Constructor for the option listener.
 
Method Summary
 String getKey()
           
abstract  void optionValueChanged(OptionChangedEvent 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

OptionListener

public OptionListener(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(OptionChangedEvent event)
This method is called when the value of the option associated with this listener has been modified.

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

getKey

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

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.