Serialized Form
-
Package de.rcblum.stream.deck.event
-
Class de.rcblum.stream.deck.event.KeyEvent
class KeyEvent extends EventObject implements Serializable- serialVersionUID:
- 82319643971116963L
-
Serialized Fields
-
keyId
int keyId
Id of the key -
newValue
Object newValue
Optional: New value of the key -
oldValue
Object oldValue
Optional: Old value of the key -
type
KeyEvent.Type type
Type of the event
-
-