Interface SequenceListener

    • Method Detail

      • sequenceUpdated

        <T extends SequenceEvent> void sequenceUpdated(T t)
        This method has to be implemented by classes that provide a continuous representation of the sequence. The method a callback that is called as soon as one of the values of the the sequence is added, deleted or modified. Implementors can thus promptly update their representation to reflect the changes in the sequence.
        Parameters:
        t - an event holding information about the sequence that has been modfied.