Interface CounterView


  • public interface CounterView
    A view representing the counter's state.
    Since:
    5.2
    Author:
    Pedro Ruivo
    See Also:
    CounterFunction
    • 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.