Event

object Event
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Event](eventType: EventType[T]): Event
def fireEvent(eventTarget: EventTarget, event: Event): Unit

Fires the specified event.

Fires the specified event.

Concrete fields

val ANY: EventType[Event]

Common supertype for all event types.

Common supertype for all event types.

val NullSourceTarget: EventTarget

The constant which represents an unknown event source / target.

The constant which represents an unknown event source / target.

Deprecated fields

@deprecated("Use NullSourceTarget; NULL_SOURCE_TARGET will be removed in a future release", "8.0.60-R10")
val NULL_SOURCE_TARGET: EventTarget
Deprecated

Implicits

Implicits

implicit def sfxEvent2jfx(e: Event): Event