public interface VectorsListener<T extends SequenceElement>
| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(ListenerEvent event,
SequenceVectors<T> sequenceVectors,
long argument)
This method is called at each epoch end
|
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
|
boolean validateEvent(ListenerEvent event, long argument)
event - argument - void processEvent(ListenerEvent event, SequenceVectors<T> sequenceVectors, long argument)
event - sequenceVectors - Copyright © 2017. All rights reserved.