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

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

private static class DefinitionsPane.ThreadColorOptionListener
extends Object
implements OptionListener<Color>

The OptionListener for DEBUG_THREAD_COLOR.


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

private DefinitionsPane.ThreadColorOptionListener()
Method Detail

optionChanged

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