Uses of Interface
org.crosswire.common.config.ConfigListener

Packages that use ConfigListener
org.crosswire.common.config Config allows an application to separate the responsibilities of setting itself up, and providing a user interface from the real work that it needs to do. 
 

Uses of ConfigListener in org.crosswire.common.config
 

Methods in org.crosswire.common.config with parameters of type ConfigListener
 void Config.addConfigListener(ConfigListener li)
          Add an Exception listener to the list of things wanting to know whenever we capture an Exception
 void Config.removeConfigListener(ConfigListener li)
          Remove an Exception listener from the list of things wanting to know whenever we capture an Exception
 


Copyright ? 2003-2011