Interface ICounterManager
public interface ICounterManager
- Author:
- vlygeros
-
Method Summary
Modifier and TypeMethodDescriptionint
getCurrentCounter
(String counterType) Retrieves the counters value.int
nextCounter
(String counterType) Retrieves the counter and increments its value.