class HexChangedEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
byteIndex |
private byte |
newValue |
Constructor and Description |
---|
HexChangedEvent(byte newValue,
int byteIndex)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getByteIndex() |
byte |
getNewValue() |