Package com.anylogic.engine
- All Superinterfaces:
java.io.Serializable
@AnyLogicInternalAPI public interface ExperimentExecutionListener extends java.io.Serializable
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
Experiment.addExecutionListener(ExperimentExecutionListener)
,Experiment.removeExecutionListener(ExperimentExecutionListener)
default void |
onAfterSimulationRun(Agent root) |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
default void |
onBeforeSimulationRun(Agent root) |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
Modifier and Type | Method | Description |
---|
@AnyLogicInternalAPI @AnyLogicInternalCodegenAPI default void onBeforeSimulationRun(Agent root)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
@AnyLogicInternalAPI @AnyLogicInternalCodegenAPI default void onAfterSimulationRun(Agent root)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
-
How can we improve this article?
-