Class HexChangedEvent


  • class HexChangedEvent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int byteIndex  
      private byte newValue  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • newValue

        private final byte newValue
      • byteIndex

        private final int byteIndex
    • Constructor Detail

      • HexChangedEvent

        HexChangedEvent​(byte newValue,
                        int byteIndex)
        Constructor.
        Parameters:
        newValue - byte. The new byte value for the index.
        byteIndex - int. Index for the changed byte.
    • Method Detail

      • getNewValue

        public byte getNewValue()
      • getByteIndex

        public int getByteIndex()