Event

blockudoku.services.Event
class Event

Represents an event that can be listened to.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addListener(listener: () => Unit): Unit

Adds a listener to the event.

Adds a listener to the event.

Value parameters

listener

The listener to add.

Attributes

def invoke(): Unit

Invokes all listeners.

Invokes all listeners.

Attributes