Interface SimulationCallback

All Known Implementing Classes:
UserInterface

public interface SimulationCallback
SimulationCallback interface to handle the simulation callbacks
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Display to the user the textual menu.
    void
    Start the simulation.
  • Method Details

    • start

      void start()
      Start the simulation.
    • clientMenu

      void clientMenu()
      Display to the user the textual menu.