Interface VectorsListener<T extends SequenceElement>

    • Method Detail

      • validateEvent

        boolean validateEvent​(ListenerEvent event,
                              long argument)
        This method is called prior each processEvent call, to check if this specific VectorsListener implementation is viable for specific event
        Parameters:
        event -
        argument -
        Returns:
        TRUE, if this event can and should be processed with this listener, FALSE otherwise
      • processEvent

        void processEvent​(ListenerEvent event,
                          SequenceVectors<T> sequenceVectors,
                          long argument)
        This method is called at each epoch end
        Parameters:
        event -
        sequenceVectors -