Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerCounter
-
Packages that use IStatisticsHandlerCounter Package Description com.helger.commons.statistics com.helger.commons.statistics.util -
-
Uses of IStatisticsHandlerCounter in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerCounter in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerCounterStatistics handler for a counter.Classes in com.helger.commons.statistics that implement IStatisticsHandlerCounter Modifier and Type Class Description classStatisticsHandlerCounterDefault implementation ofIMutableStatisticsHandlerCounter -
Uses of IStatisticsHandlerCounter in com.helger.commons.statistics.util
Methods in com.helger.commons.statistics.util with parameters of type IStatisticsHandlerCounter Modifier and Type Method Description default voidIStatisticsVisitorCallback. onCounter(String sName, IStatisticsHandlerCounter aHandler)Called per counter entry
-