Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerKeyedTimer
-
Packages that use IStatisticsHandlerKeyedTimer Package Description com.helger.commons.statistics com.helger.commons.statistics.util -
-
Uses of IStatisticsHandlerKeyedTimer in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerKeyedTimer in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerKeyedTimerStatistics handler for keyed timer.Classes in com.helger.commons.statistics that implement IStatisticsHandlerKeyedTimer Modifier and Type Class Description classStatisticsHandlerKeyedTimerDefault implementation ofIMutableStatisticsHandlerKeyedTimer -
Uses of IStatisticsHandlerKeyedTimer in com.helger.commons.statistics.util
Methods in com.helger.commons.statistics.util with parameters of type IStatisticsHandlerKeyedTimer Modifier and Type Method Description default voidIStatisticsVisitorCallback. onKeyedTimer(String sName, IStatisticsHandlerKeyedTimer aHandler)Called per keyed-timer entry
-