Class VarcIntegerEvent

    • Constructor Detail

      • VarcIntegerEvent

        public VarcIntegerEvent​(RSVarcs source,
                                int index,
                                int previous,
                                int current)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getIndex

        public int getIndex()
      • getPrevious

        public int getPrevious()
      • getCurrent

        public int getCurrent()