| 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 | Field and Description |
|---|---|
private PassageEvent.EventType |
PassageEvent.type
The type of change
|
| Modifier and Type | Method and Description |
|---|---|
PassageEvent.EventType |
PassageEvent.getType()
Returns the event type.
|
static PassageEvent.EventType |
PassageEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PassageEvent.EventType[] |
PassageEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PassageEvent(Object source,
PassageEvent.EventType versesChanged,
Verse lower,
Verse upper)
Constructs a PassageEvent object.
|