public interface ICounterManager
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCurrentCounter(String counterType)
Retrieves the counters value. 
 | 
int | 
nextCounter(String counterType)
Retrieves the counter and increments its value. 
 | 
int nextCounter(String counterType)
counterType - The type of counter.int getCurrentCounter(String counterType)
counterType - The type of counter.Copyright © 2019 Visiativ Software. All rights reserved.