Uses of Interface
com.helger.commons.statistics.IStatisticsHandlerTimer
-
Packages that use IStatisticsHandlerTimer Package Description com.helger.commons.statistics com.helger.commons.statistics.util -
-
Uses of IStatisticsHandlerTimer in com.helger.commons.statistics
Subinterfaces of IStatisticsHandlerTimer in com.helger.commons.statistics Modifier and Type Interface Description interfaceIMutableStatisticsHandlerTimerStatistics handler for times.Classes in com.helger.commons.statistics that implement IStatisticsHandlerTimer Modifier and Type Class Description classStatisticsHandlerTimerDefault implementation ofIMutableStatisticsHandlerTimer -
Uses of IStatisticsHandlerTimer in com.helger.commons.statistics.util
Methods in com.helger.commons.statistics.util with parameters of type IStatisticsHandlerTimer Modifier and Type Method Description default voidIStatisticsVisitorCallback. onTimer(String sName, IStatisticsHandlerTimer aHandler)Called per timer entry
-