Package it.unitn.disi.ds1.qtop
Interface SimulationCallback
- All Known Implementing Classes:
UserInterface
public interface SimulationCallback
SimulationCallback interface to handle the simulation callbacks
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Display to the user the textual menu.void
start()
Start the simulation.
-
Method Details
-
start
void start()Start the simulation. -
clientMenu
void clientMenu()Display to the user the textual menu.
-