Class HexChangedEvent
- java.lang.Object
-
- org.apache.pdfbox.debugger.hexviewer.HexChangedEvent
-
class HexChangedEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HexChangedEvent(byte newValue, int byteIndex)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getByteIndex()
byte
getNewValue()
-