Uses of Class
org.crosswire.common.config.ConfigEvent

Packages that use ConfigEvent
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 ConfigEvent in org.crosswire.common.config
 

Methods in org.crosswire.common.config with parameters of type ConfigEvent
 void ConfigListener.choiceAdded(ConfigEvent ev)
          Called whenever Config.add() is called
 void ConfigListener.choiceRemoved(ConfigEvent ev)
          Called whenever Config.remove() is called
 


Copyright ยจ 2003-2007