edu.rice.cs.drjava.config
Class ConfigOptionListeners.RequiresDrJavaRestartListener<T>
java.lang.Object
edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresDrJavaRestartListener<T>
- All Implemented Interfaces:
- OptionListener<T>
- Enclosing class:
- ConfigOptionListeners
public static class ConfigOptionListeners.RequiresDrJavaRestartListener<T>
- extends Object
- implements OptionListener<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_parent
protected JFrame _parent
_description
protected String _description
ConfigOptionListeners.RequiresDrJavaRestartListener
public ConfigOptionListeners.RequiresDrJavaRestartListener(JFrame parent,
String description)
optionChanged
public void optionChanged(OptionEvent<T> oe)
- Specified by:
optionChanged in interface OptionListener<T>