Interface IDebugListener

  • All Known Implementing Classes:
    SimulationDebugListener

    public interface IDebugListener
    TODO currently, the simucontroller.debug package is exported. Maybe, to hide the implementation, move this interface together with a factory creating the debug listeners to a public package
    • Method Detail

      • simulationStartsInDock

        void simulationStartsInDock​(DockModel dock)
      • simulationStoppedInDock

        void simulationStoppedInDock()