Interface Updateable

    • Method Detail

      • getUpdateFrequency

        long getUpdateFrequency()
        Returns:
        the frequency (in milliseconds) currently set for this Updateable object.
      • update

        void update()
        Updates the object.
      • cancel

        void cancel()
        Cancels the future updates of this Updateable object.