Package com.sun.javafx.tk
Interface TKScene
- All Known Subinterfaces:
ScenePeer
- All Known Implementing Classes:
CanvasScenePeer
,HtmlScenePeer
,ScenePeerBase
,SvgScenePeer
public interface TKScene
TKScene
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTKSceneListener
(TKSceneListener listener) Releases the synchronization lock previously held.
-
Method Details
-
setTKSceneListener
Releases the synchronization lock previously held. If the updateState flag is set then the glass scene state is updated prior to releasing the lock.
-