| Package | Description |
|---|---|
| org.crosswire.common.util |
A collection of various generic utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private static List<ReporterListener> |
Reporter.LISTENERS
The list of listeners
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Reporter.addReporterListener(ReporterListener li)
Add an Exception listener to the list of things wanting to know whenever
we capture an Exception
|
static void |
Reporter.removeReporterListener(ReporterListener li)
Remove an Exception listener from the list of things wanting to know
whenever we capture an Exception
|