Package jadex.bdi.runtime.impl
Class BDIStepListener
java.lang.Object
jadex.bdi.runtime.impl.BDIStepListener
- All Implemented Interfaces:
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 interfacejadex.execution.impl.IStepListener
-
beforeBlock
public <T> void beforeBlock(jadex.future.Future<T> fut) - Specified by:
beforeBlock
in interfacejadex.execution.impl.IStepListener
-
afterBlock
public void afterBlock()- Specified by:
afterBlock
in interfacejadex.execution.impl.IStepListener
-