Package jadex.execution.impl
Interface IInternalExecutionFeature
- All Known Implementing Classes:
ExecutionFeature
public interface IInternalExecutionFeature
Additional methods of execution feature implementations only to be used by non-user code.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a step listener.void
Remove a step listener.void
Terminate the feature.
-
Method Details
-
addStepListener
Add a step listener. -
removeStepListener
Remove a step listener. -
terminate
void terminate()Terminate the feature.
-