edu.rice.cs.drjava.model.compiler
Class CompilerOptions.WarningOptionListener

java.lang.Object
  extended by edu.rice.cs.drjava.model.compiler.CompilerOptions.WarningOptionListener
All Implemented Interfaces:
OptionListener<java.lang.Boolean>
Enclosing class:
CompilerOptions

private static class CompilerOptions.WarningOptionListener
extends java.lang.Object
implements OptionListener<java.lang.Boolean>

The OptionListener for the Warning Options


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

Constructor Detail

CompilerOptions.WarningOptionListener

private CompilerOptions.WarningOptionListener()
Method Detail

optionChanged

public void optionChanged(OptionEvent<java.lang.Boolean> oce)
Specified by:
optionChanged in interface OptionListener<java.lang.Boolean>