TerminalView

trait TerminalView extends PageView
trait PageView
class Object
trait Matchable
class Any

Value members

Concrete methods

def handleInput(): Unit
def inputReader(): String

Inherited methods

def updateUI[T](update: ViewUpdate[Any]): Unit
Inherited from:
PageView

Abstract fields

val actionsMap: Map[String, Action[Any]]

Map between input and actions of the controllers

Map between input and actions of the controllers

Concrete fields