edu.rice.cs.drjava.config
Interface OptionListener<T>

All Known Implementing Classes:
BackgroundColorListener, ColoringGlyphPainter.ColorOptionListener, ColoringGlyphPainter.FontOptionListener, ColoringView.ColorOptionListener, ColoringView.FontOptionListener, CompilerErrorPanel.CompilerLocationOptionListener, CompilerOptions.WarningOptionListener, ConfigOptionListeners.DefaultCompilerListener, ConfigOptionListeners.DisplayAllCompilerVersionsListener, ConfigOptionListeners.JavadocCustomParamsListener, ConfigOptionListeners.LookAndFeelListener, ConfigOptionListeners.MasterJVMArgsListener, ConfigOptionListeners.MasterJVMXMXListener, ConfigOptionListeners.PlasticThemeListener, ConfigOptionListeners.RequiresDrJavaRestartListener, ConfigOptionListeners.RequiresInteractionsRestartListener, ConfigOptionListeners.SlaveJVMArgsListener, ConfigOptionListeners.SlaveJVMXMXListener, DefinitionsPane.AntiAliasOptionListener, DefinitionsPane.BookmarkColorOptionListener, DefinitionsPane.BreakpointColorOptionListener, DefinitionsPane.DisabledBreakpointColorOptionListener, DefinitionsPane.ErrorColorOptionListener, DefinitionsPane.FindResultsColorOptionListener, DefinitionsPane.MatchColorOptionListener, DefinitionsPane.ThreadColorOptionListener, ErrorPanel.ErrorListPane.BackgroundColorListener, ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener, ErrorPanel.ErrorListPane.ForegroundColorListener, FindResultsPanel.FindResultsColorOptionListener, ForegroundColorListener, InteractionsPane.AntiAliasOptionListener, KeyBindingManager.VectorKeyStrokeOptionListener, MainFrame.BackgroundColorOptionListener, MainFrame.DoclistFontOptionListener, MainFrame.LineEnumColorOptionListener, MainFrame.LineEnumOptionListener, MainFrame.LineNumbersFontOptionListener, MainFrame.MainFontOptionListener, MainFrame.NormalColorOptionListener, MainFrame.QuitPromptOptionListener, MainFrame.RecentFilesOptionListener, MainFrame.ToolbarFontOptionListener, MainFrame.ToolbarOptionListener

public interface OptionListener<T>

Version:
$Id: OptionListener.java 5175 2010-01-20 08:46:32Z mgricken $

Method Summary
 void optionChanged(OptionEvent<T> oce)
           
 

Method Detail

optionChanged

void optionChanged(OptionEvent<T> oce)