Uses of Interface
i3mclient.config.ConfigErrorListener

Packages that use ConfigErrorListener
i3mclient.config   
 

Uses of ConfigErrorListener in i3mclient.config
 

Classes in i3mclient.config that implement ConfigErrorListener
 class ConfigGUI
          The config window.
 

Methods in i3mclient.config with parameters of type ConfigErrorListener
 void Config.addConfigErrorListener(ConfigErrorListener listener)
          Add a listener for config errors.
 void Config.removeConfigErrorListener(ConfigErrorListener listener)
          Remove a listener for config errors.