| Package | Description |
|---|---|
| org.crosswire.jsword.passage |
The core responsibility of the passage package is to store and collate
information about the structure of the Bible - The most important classes are
Passage, PassageTally and Strongs. |
| Modifier and Type | Method and Description |
|---|---|
void |
PassageListener.versesAdded(PassageEvent ev)
Sent after stuff has been added to the Passage, more info about what and
where can be had from the Event
|
void |
PassageListener.versesChanged(PassageEvent ev)
Sent after verses have been simultaneously added and removed from the
Passage, more info about what and where can be had from the Event
|
void |
PassageListener.versesRemoved(PassageEvent ev)
Sent after stuff has been removed from the Passage, more info about what
and where can be had from the Event
|