package internal
Type Members
-
abstract
class
CommandChannel
extends AnyRef
A command channel represents an IO device such as network socket or human that can issue command or listen for some outputs.
A command channel represents an IO device such as network socket or human that can issue command or listen for some outputs. We can think of a command channel to be an abstraction of the terminal window.
- case class ConsolePromptEvent (state: State) extends EventMessage with Product with Serializable
- case class ConsoleUnpromptEvent (lastSource: Option[CommandSource]) extends EventMessage with Product with Serializable