edu.rice.cs.drjava.ui
Class CompilerErrorPanel.CompilerLocationOptionListener<T>

java.lang.Object
  extended by edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerLocationOptionListener<T>
All Implemented Interfaces:
OptionListener<T>
Enclosing class:
CompilerErrorPanel

private class CompilerErrorPanel.CompilerLocationOptionListener<T>
extends Object
implements OptionListener<T>

The OptionListener for compiler LOCATIONs


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

Constructor Detail

CompilerErrorPanel.CompilerLocationOptionListener

private CompilerErrorPanel.CompilerLocationOptionListener()
Method Detail

optionChanged

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