edu.rice.cs.drjava.ui
Class ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener

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

private class ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener
extends Object
implements OptionListener<Color>

The OptionListener for compiler COMPILER_ERROR_COLOR


Constructor Summary
private ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener()
           
 
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

ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener

private ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener()
Method Detail

optionChanged

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