A trait for objects supporting the registration of event listeners
for generic node events.
Java FX Node objects define a bunch of properties to which event
listeners can be added. This trait enables all of these properties by
just defining a method for returning a Node object. Event listener
registration code can then access the appropriate properties.
Linear Supertypes
AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
NodeEventSource
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Abstract Value Members
abstract defsourceNode: Node
Returns the Node which is the source of events.
Returns the Node which is the source of events. At this object
listeners have to be registered.
A trait for objects supporting the registration of event listeners for generic node events.
Java FX Node objects define a bunch of properties to which event listeners can be added. This trait enables all of these properties by just defining a method for returning a Node object. Event listener registration code can then access the appropriate properties.