trait SimulationGUI
Interface that describes the user interface for the simulation.
- Companion:
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
Obtain the observable that emits all the events of the user interface.
Obtain the observable that emits all the events of the user interface.
- Returns:
the observable
Render the new state of the simulation on the user interface.
Render the new state of the simulation on the user interface.
- Value parameters:
- env
the environment to render
- Returns:
the task