edu.rice.cs.drjava.ui
Class MainFrame.BackgroundColorOptionListener

java.lang.Object
  extended by 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


Constructor Summary
private MainFrame.BackgroundColorOptionListener()
           
 
Method Summary
 void optionChanged(OptionEvent<Color> oce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrame.BackgroundColorOptionListener

private MainFrame.BackgroundColorOptionListener()
Method Detail

optionChanged

public void optionChanged(OptionEvent<Color> oce)
Specified by:
optionChanged in interface OptionListener<Color>