Class HexModelChangedEvent


  • class HexModelChangedEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HexModelChangedEvent​(int startIndex, int changeType)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getChangeType()  
      (package private) int getStartIndex()  
      • Methods inherited from class java.lang.Object

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

      • startIndex

        private final int startIndex
      • changeType

        private final int changeType
    • Constructor Detail

      • HexModelChangedEvent

        HexModelChangedEvent​(int startIndex,
                             int changeType)
        Constructor.
        Parameters:
        startIndex - int. From where changes start.
        changeType - int. Change type if it is only a single change or a bulk change by pasting or deleting. Though later features are not yet implemented.
    • Method Detail

      • getStartIndex

        int getStartIndex()
      • getChangeType

        int getChangeType()