Class PropertyWatcher

java.lang.Object
com.gluonhq.attach.util.PropertyWatcher

public class PropertyWatcher extends 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 Details

    • addPropertyWatcher

      public static void addPropertyWatcher(Runnable r)
    • removePropertyWatcher

      public static void removePropertyWatcher(Runnable r)