i3mclient.config
Interface ConfigErrorListener

All Known Implementing Classes:
ConfigGUI

public interface ConfigErrorListener

Interface for listening to errors in config input.

Author:
Dirk Plate

Method Summary
 void inputCorrect(Widget panel, Widget item)
          Called when a input is correct.
 void inputError(Widget panel, Widget item, String text)
          Called when user writes some wrong config inputs.
 

Method Detail

inputError

public void inputError(Widget panel,
                       Widget item,
                       String text)
Called when user writes some wrong config inputs.

Parameters:
panel - Panel on which occurs the error
item - Item on which occurs the error
text - The error text

inputCorrect

public void inputCorrect(Widget panel,
                         Widget item)
Called when a input is correct.

Parameters:
panel - The panel on which no error occurs
item - The item on which no error occurs