Event

scalafx.event.Event
See theEvent companion class
object Event

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Event.type

Members list

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.

Attributes

Concrete fields

val ANY: EventType[Event]

Common supertype for all event types.

Common supertype for all event types.

Attributes

val NullSourceTarget: EventTarget

The constant which represents an unknown event source / target.

The constant which represents an unknown event source / target.

Attributes

Deprecated fields

val NULL_SOURCE_TARGET: EventTarget

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxEvent2jfx(e: Event): Event