- java.lang.Object
-
- com.gluonhq.attach.util.PropertyWatcher
-
public class PropertyWatcher extends java.lang.ObjectA thread that watches certain properties in the native platform to determine whether to notify the user of their change (so that JavaFX properties may be used).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddPropertyWatcher(java.lang.Runnable r)static voidremovePropertyWatcher(java.lang.Runnable r)
-