| Package | Description |
|---|---|
| org.crosswire.common.history |
A keeper of History.
|
| Modifier and Type | Field and Description |
|---|---|
private List<HistoryListener> |
History.listeners
Listeners that are interested when history has changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
History.addHistoryListener(HistoryListener li)
Add a listener for history events.
|
void |
History.removeHistoryListener(HistoryListener li)
Remove a listener of history events.
|