@FunctionalInterface public interface LearningEventListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleLearningEvent(LearningEvent event)
This method gets executed when LearningRule fires LearningEvent which some class is listening to.
|
void handleLearningEvent(LearningEvent event)
event - holds the information about event tha occuredCopyright © 2017 Neuroph Project. All rights reserved.