blockudoku.controllers
package blockudoku.controllers
Members list
Packages
Type members
Classlikes
trait ControllerMediator extends Snapshotable[_]
The central interface for making destructive changes to the game state. Communicates to more specified controllers.
The central interface for making destructive changes to the game state. Communicates to more specified controllers.
Attributes
- Supertypes
- Known subtypes
-
class ControllerMediatorImpl
trait ElementCollector extends Observable
Collects Element game state models.
Collects Element game state models.
Attributes
- See also
- Supertypes
- Known subtypes
-
trait ElementControllerclass ElementControllerImpl
trait GridCollector extends Observable
Collects Grid game state models.
Collects Grid game state models.
Attributes
- See also
- Supertypes
- Known subtypes
-
trait GridControllerclass GridControllerImpl
Configuration options for the grid.
Configuration options for the grid.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait ScoreCollector extends Observable
Attributes
- Supertypes
- Known subtypes
-
trait ScoreControllerclass ScoreControllerImpl
In this article