edu.rice.cs.drjava.ui
Class MainFrame.BackgroundColorOptionListener
java.lang.Object
edu.rice.cs.drjava.ui.MainFrame.BackgroundColorOptionListener
- All Implemented Interfaces:
- OptionListener<Color>
- Enclosing class:
- MainFrame
private class MainFrame.BackgroundColorOptionListener
- extends Object
- implements OptionListener<Color>
The OptionListener for DEFINITIONS_BACKGROUND_COLOR
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainFrame.BackgroundColorOptionListener
private MainFrame.BackgroundColorOptionListener()
optionChanged
public void optionChanged(OptionEvent<Color> oce)
- Specified by:
optionChanged in interface OptionListener<Color>