GridCollector

blockudoku.controllers.GridCollector
trait GridCollector extends Observable

Collects Grid game state models.

Attributes

See also
Graph
Supertypes
trait Observable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getGrid: Grid

Gets the current Grid.

Gets the current Grid.

Attributes

Returns

the current Grid.

Inherited methods

def addObserver(observer: Observer): Unit

Adds an observer to the list of observers.

Adds an observer to the list of observers.

Value parameters

observer

The observer to add.

Attributes

Inherited from:
Observable
def notifyObservers(): Unit

Invokes the update method of all observers.

Invokes the update method of all observers.

Attributes

Inherited from:
Observable