net.sf.jguiraffe.gui.platform.javafx.builder.event
Creates a new instance of MouseEventAdapter which sends events to the specified list of event listeners.
Creates a new instance of MouseEventAdapter which sends events to the specified list of event listeners.
the event listeners
the optional ComponentHandler the adapter is associated with
the name of the associated component (if any)
the newly created instance
Creates a new instance of MouseEventAdapter which sends events to a FormEventManager instance.
Creates a new instance of MouseEventAdapter which sends events to a FormEventManager instance.
the target event manager
the optional ComponentHandler the adapter is associated with
the name of the associated component (if any)
the newly created instance
The companion object of MouseEventAdapter.