org.opa.option
Interface OPAOptionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
WindowOptionPanel

public interface OPAOptionListener
extends java.util.EventListener

This class represents an object interested in changes to OPA options. Changes occur when any client code makes an update via OPAOptionManager. See OPAOptionEvent for more information.


Method Summary
 void optionChanged(OPAOptionEvent e)
          Performs an action in response to changes to OPA options.
 

Method Detail

optionChanged

public void optionChanged(OPAOptionEvent e)
Performs an action in response to changes to OPA options.

Parameters:
e - The OPAOptionEvent signalling a change to the OPA options.