Class BDIStepListener

java.lang.Object
jadex.bdi.runtime.impl.BDIStepListener
All Implemented Interfaces:
jadex.execution.impl.IStepListener

public class BDIStepListener extends Object implements jadex.execution.impl.IStepListener
BDI step listener adds rule engine behavior to the component execution.
  • Constructor Details

    • BDIStepListener

      public BDIStepListener()
  • Method Details

    • afterStep

      public void afterStep()
      Specified by:
      afterStep in interface jadex.execution.impl.IStepListener
    • beforeBlock

      public <T> void beforeBlock(jadex.future.Future<T> fut)
      Specified by:
      beforeBlock in interface jadex.execution.impl.IStepListener
    • afterBlock

      public void afterBlock()
      Specified by:
      afterBlock in interface jadex.execution.impl.IStepListener