Interface CounterInterface

All Known Implementing Classes:
CounterSingleton

public interface CounterInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    inc()
     
    void
     
  • Method Details

    • inc

      void inc()
    • getCount

      int getCount()
    • reset

      void reset()