Package repast.simphony.scenario
Interface ScenarioChangedListener
- All Known Implementing Classes:
BatchScenario
,Scenario
public interface ScenarioChangedListener
Interface for classes that need to be notified if a scenario has changed.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the Scenario has changed.
-
Method Details
-
scenarioChanged
Called whenever the Scenario has changed.- Parameters:
evt
-
-