| Interface | Description |
|---|---|
| Installer |
An interface that allows us to download from a specific source of Bible data.
|
| InstallerFactory |
An abstract factory to allow generic creation of Installers.
|
| InstallerListener |
InstallerListener are able to be notified about changes to the numbers of
Installers known to the system.
|
| Class | Description |
|---|---|
| InstallerEvent |
An InstallerEvent is fired whenever an Installer is added or removed from the
system.
|
| InstallManager |
A manager to abstract out the non-view specific book installation tasks.
|
| Exception | Description |
|---|---|
| InstallException |
Something went wrong with a Book.
|