Package jadex.micro
Interface IMicroAgent
public interface IMicroAgent
Interface for inline pojo creation, i.e.
IComponent.create(new IMicroAgent(){...})
-
Method Summary
-
Method Details
-
onStart
default void onStart(jadex.core.IComponent agent) -
onEnd
default void onEnd(jadex.core.IComponent agent)
-