SelectElementCommand

blockudoku.commands.commandsImpl.SelectElementCommand
class SelectElementCommand(element: Element, mediator: ControllerMediator) extends Command

Attributes

Graph
Supertypes
trait Command
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def handleExecute(): Unit

The actual implementation of the command.

The actual implementation of the command.

Attributes

Definition Classes

Inherited methods

def execute(): Unit

Snapshots all necessary objects and then executes the command. Should not be used directly, use CommandInvoker.execute instead.

Snapshots all necessary objects and then executes the command. Should not be used directly, use CommandInvoker.execute instead.

Attributes

Inherited from:
Command
def undo(): Unit

Reverts all objects to their previous state. Should not be used directly, use CommandInvoker.undo instead.

Reverts all objects to their previous state. Should not be used directly, use CommandInvoker.undo instead.

Attributes

Inherited from:
Command