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.TimeAlertListenerTimeGuard.TimeData. alertListenerSome provided processor to be called for alert.static TimeGuard.TimeAlertListenerTimeGuard. NULL_TIME_ALERT_LISTENERSome 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.TimeAlertListenerTimeGuard.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 voidTimeGuard. addGuard(java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener timeAlertListener)Add a time watcher and provide processor of time violation.static voidTimeGuard. 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
-