EventContext

object EventContext
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Global extends EventContext

A dummy global EventContext used when no other event context is specified. It does not maintain its subscriptions, it's always started, it can't be stopped or destroyed, and it lives for the lifetime of the program.

A dummy global EventContext used when no other event context is specified. It does not maintain its subscriptions, it's always started, it can't be stopped or destroyed, and it lives for the lifetime of the program.

object Implicits

Value members

Concrete methods

Creates a new default implementation of an EventContext

Creates a new default implementation of an EventContext

Returns

A default implementation of the EventContext