org.crosswire.bibledesktop.passage
Class KeyChangeEvent
java.lang.Object
java.util.EventObject
org.crosswire.bibledesktop.passage.KeyChangeEvent
- All Implemented Interfaces:
- Serializable
public class KeyChangeEvent
- extends EventObject
A KeyChangeEvent happens whenever a user changes a key.
- Author:
- DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
,
Serialized Form
Method Summary |
Key |
getKey()
Get the key with its changes |
key
private Key key
- The new key
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
KeyChangeEvent
public KeyChangeEvent(Object source,
Key key)
- For when a key has been changed
- Parameters:
source
- The thing that started this offkey
- The selected Key
getKey
public Key getKey()
- Get the key with its changes
- Returns:
- the changed key