protected static interface SWT2FXEventConverter.ISceneRunnable
SWT2FXEventConverter.ISceneRunnable
interface provides a callback method that is
invoked in a privileged runnable on the JavaFX application thread. The
callback is provided with a TKSceneListener
that can be used to
send events to JavaFX.Modifier and Type | Method and Description |
---|---|
void |
run(com.sun.javafx.tk.TKSceneListener sceneListener)
Callback method that is called in a privileged runnable on the JavaFX
application thread.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.