edu.rice.cs.drjava.ui
Class DefinitionsPane.ErrorColorOptionListener

java.lang.Object
  extended by edu.rice.cs.drjava.ui.DefinitionsPane.ErrorColorOptionListener
All Implemented Interfaces:
OptionListener<Color>
Enclosing class:
DefinitionsPane

private class DefinitionsPane.ErrorColorOptionListener
extends Object
implements OptionListener<Color>

The OptionListener for COMPILER_ERROR_COLOR.


Constructor Summary
private DefinitionsPane.ErrorColorOptionListener()
           
 
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

DefinitionsPane.ErrorColorOptionListener

private DefinitionsPane.ErrorColorOptionListener()
Method Detail

optionChanged

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