Package repast.simphony.scenario
Class ScenarioChangedEvent
java.lang.Object
repast.simphony.scenario.ScenarioChangedEvent
Event used to convey data about a scenario change.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the scenario property that has changed.Gets the source of the scenario change.
-
Constructor Details
-
ScenarioChangedEvent
-
-
Method Details
-
getSource
Gets the source of the scenario change.- Returns:
- the source
-
getProperty
Gets the name of the scenario property that has changed.- Returns:
- the property
-