AnyLogic
Expand
Font size
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.
Author:
AnyLogic North America, LLC https://anylogic.com
See Also:

Method Summary

Modifier and TypeMethodDescription
default voidonAfterSimulationRun(Agent root)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
default voidonBeforeSimulationRun(Agent root)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.

Method Details

onBeforeSimulationRun

@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.

onAfterSimulationRun

@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.