org.terminal21.client.Controller
See theController companion object
class Controller[M](eventIteratorFactory: => Iterator[CommandEvent], renderChanges: (Seq[UiElement]) => Unit, modelViewFunction: () => M)
Controller manages the changes in the model by receiving events. Also the rendering of the view (which is UiElements).
Type parameters
- M
-
the type of the model
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article