util
package util
Members list
Type members
Classlikes
trait Command
A command executes business logic and can be undone and redone.
A command executes business logic and can be undone and redone.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait MementoCommandclass AttackCommandclass DefendCommandclass DenyCommandclass InitializeCommandclass LoadCommandclass PickUpCommandclass SaveCommandShow all
class Observable
An observable can be observed by observers by notifying them upon changes.
An observable can be observed by observers by notifying them upon changes.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait Controllerclass BaseController
trait Observer
class UndoManager
Executes commands and keeps an undo and redo stack to undo and redo commands.
Executes commands and keeps an undo and redo stack to undo and redo commands.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
In this article