Class PropertyWatcher


  • public class PropertyWatcher
    extends java.lang.Object
    A 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 void addPropertyWatcher​(java.lang.Runnable r)  
      static void removePropertyWatcher​(java.lang.Runnable r)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addPropertyWatcher

        public static void addPropertyWatcher​(java.lang.Runnable r)
      • removePropertyWatcher

        public static void removePropertyWatcher​(java.lang.Runnable r)