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 Detail

      • scenarioChanged

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