ScoreCollector

blockudoku.controllers.ScoreCollector
trait ScoreCollector extends Observable

Attributes

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

Members list

Value members

Abstract methods

def getScore: Int

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