Uses of Interface
com.igormaznitsa.meta.common.utils.TimeGuard.TimeAlertListener
-
Packages that use TimeGuard.TimeAlertListener Package Description com.igormaznitsa.meta.common.utils -
-
Uses of TimeGuard.TimeAlertListener in com.igormaznitsa.meta.common.utils
Fields in com.igormaznitsa.meta.common.utils declared as TimeGuard.TimeAlertListener Modifier and Type Field Description private TimeGuard.TimeAlertListener
TimeGuard.TimeData. alertListener
Some provided processor to be called for alert.static TimeGuard.TimeAlertListener
TimeGuard. NULL_TIME_ALERT_LISTENER
Some variant of "null-device" for time alerts, it does absolutely nothing.Methods in com.igormaznitsa.meta.common.utils that return TimeGuard.TimeAlertListener Modifier and Type Method Description TimeGuard.TimeAlertListener
TimeGuard.TimeData. getAlertListener()
Get alert listener if providedMethods in com.igormaznitsa.meta.common.utils with parameters of type TimeGuard.TimeAlertListener Modifier and Type Method Description static void
TimeGuard. addGuard(java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener timeAlertListener)
Add a time watcher and provide processor of time violation.static void
TimeGuard. addPoint(java.lang.String timePointName, TimeGuard.TimeAlertListener listener)
Add a named time point.Constructors in com.igormaznitsa.meta.common.utils with parameters of type TimeGuard.TimeAlertListener Constructor Description TimeData(int stackDepth, java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener violationListener)
The Constructor
-