<invalid inheritdoc annotation> This implementation determines a special handler object for the registration of the specified listener type and delegates to it.
<invalid inheritdoc annotation> This implementation determines a special handler object for the registration of the specified listener type and delegates to it.
<invalid inheritdoc annotation> This implementation determines a special handler object for the registration of the specified listener type and delegates to it.
<invalid inheritdoc annotation> This implementation determines a special handler object for the registration of the specified listener type and delegates to it.
The Java FX-specific implementation of the PlatformEventManager interface.
This class implements basic functionality for registering default event listeners at Java FX components. It expects that the passed in ComponentHandler objects implement special event source interfaces for the event types they support. The methods defined by these interfaces are used to perform the actual listener registration. The listeners used by this class are special adapter implementations that transform Java FX events to the generic JGUIraffe event classes.
Node that this class can only safely be used when collaborating with net.sf.jguiraffe.gui.builder.event.FormEventManager. The implementation relies on certain guarantees given by FormEventManager regarding thread-safety or event multiplexing.