CommandInvokerImpl

blockudoku.commands.commandsImpl.CommandInvokerImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def execute(command: Command): Unit

Executes a command.

Executes a command.

Value parameters

command

the command to execute.

Attributes

def redo(): Unit

Redoes the last undone command.

Redoes the last undone command.

Attributes

def undo(): Unit

Undoes the last command executed.

Undoes the last command executed.

Attributes