Package com.anylogic.engine
- All Superinterfaces:
Serializable
@AnyLogicInternalAPI public interface ExperimentExecutionListener extends 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:
Modifier and Type | Method | Description |
---|---|---|
default void | onAfterSimulationRun |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
default void | onBeforeSimulationRun |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
@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.