public class KeyChangeEvent extends EventObject
for license details.,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private org.crosswire.jsword.passage.Key |
key
The new key
|
private static long |
serialVersionUID
Serialization ID
|
source| Constructor and Description |
|---|
KeyChangeEvent(Object source,
org.crosswire.jsword.passage.Key key)
For when a key has been changed
|
| Modifier and Type | Method and Description |
|---|---|
org.crosswire.jsword.passage.Key |
getKey()
Get the key with its changes
|
getSource, toStringprivate org.crosswire.jsword.passage.Key key
private static final long serialVersionUID
public KeyChangeEvent(Object source, org.crosswire.jsword.passage.Key key)
source - The thing that started this offkey - The selected Key