Interface EventListener


public interface EventListener
Author:
Lukas Molzberger
  • Method Details

    • beforeProcessedEvent

      void beforeProcessedEvent(Step s)
    • afterProcessedEvent

      void afterProcessedEvent(Step s)
    • onActivationCreationEvent

      void onActivationCreationEvent(Activation act, Synapse originSynapse, Activation originAct)
    • onLinkCreationEvent

      void onLinkCreationEvent(Link l)