ActionHandler

io.worxbend.tui.macros.ActionHandler
See theActionHandler companion object
trait ActionHandler[A]

Handles an application action value. Bound at compile time via bindAction — never through runtime reflection.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def handle(action: A): Unit