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 Type
    Method
    Description
    void
    Called whenever the Scenario has changed.
  • Method Details

    • scenarioChanged

      void scenarioChanged(ScenarioChangedEvent evt)
      Called whenever the Scenario has changed.
      Parameters:
      evt -