Interface CounterView

    • Method Detail

      • get

        long get()
        Returns:
        The counter's value.
      • set

        void set​(long value)
        Sets the counter's value.
        Parameters:
        value - The new value.