EventType

object EventType
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Root: EventType[Event]

The root event type. All other event types are either direct or indirect sub types of it. It is also the only event type which has its super event type set to null.

The root event type. All other event types are either direct or indirect sub types of it. It is also the only event type which has its super event type set to null.

Deprecated fields

@deprecated("Use Root; ROOT will be removed in a future release", "8.0.60-R10")
val ROOT: EventType[Event]
Deprecated

Implicits

Implicits

implicit def sfxEventType2jfx[T <: Event](et: EventType[T]): EventType[T]