Package 

Class VariableCallback

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public abstract class VariableCallback<T>
     implements Runnable
                        

    Callback registered individually to a Var object.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Var<T> variable
    • Method Summary

      Modifier and Type Method Description
      void setVariable(Var<T> variable)
      void run()
      abstract void onValueChanged(Var<T> variable)
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait