Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigListener.choiceAdded(ConfigEvent ev)
Called whenever Config.add() is called
|
void |
ConfigListener.choiceRemoved(ConfigEvent ev)
Called whenever Config.remove() is called
|