edu.rice.cs.drjava.config
Class ConfigOptionListeners.RequiresInteractionsRestartListener<T>

java.lang.Object
  extended by edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresInteractionsRestartListener<T>
All Implemented Interfaces:
OptionListener<T>
Enclosing class:
ConfigOptionListeners

public static class ConfigOptionListeners.RequiresInteractionsRestartListener<T>
extends Object
implements OptionListener<T>


Field Summary
protected  String _description
           
protected  JFrame _parent
           
 
Constructor Summary
ConfigOptionListeners.RequiresInteractionsRestartListener(JFrame parent, String description)
           
 
Method Summary
 void optionChanged(OptionEvent<T> oe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_parent

protected JFrame _parent

_description

protected String _description
Constructor Detail

ConfigOptionListeners.RequiresInteractionsRestartListener

public ConfigOptionListeners.RequiresInteractionsRestartListener(JFrame parent,
                                                                 String description)
Method Detail

optionChanged

public void optionChanged(OptionEvent<T> oe)
Specified by:
optionChanged in interface OptionListener<T>