Class ScenarioChangedEvent

java.lang.Object
repast.simphony.scenario.ScenarioChangedEvent

public class ScenarioChangedEvent extends Object
Event used to convey data about a scenario change.
Author:
Nick Collier
  • Constructor Details

    • ScenarioChangedEvent

      public ScenarioChangedEvent(Object source, String property)
  • Method Details

    • getSource

      public Object getSource()
      Gets the source of the scenario change.
      Returns:
      the source
    • getProperty

      public String getProperty()
      Gets the name of the scenario property that has changed.
      Returns:
      the property