org.crosswire.common.config
Interface ConfigListener

All Superinterfaces:
EventListener

public interface ConfigListener
extends EventListener

ConfigListener.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 void choiceAdded(ConfigEvent ev)
          Called whenever Config.add() is called
 void choiceRemoved(ConfigEvent ev)
          Called whenever Config.remove() is called
 

Method Detail

choiceAdded

void choiceAdded(ConfigEvent ev)
Called whenever Config.add() is called


choiceRemoved

void choiceRemoved(ConfigEvent ev)
Called whenever Config.remove() is called


Copyright ยจ 2003-2007