-
- All Implemented Interfaces:
-
java.lang.Runnable,org.jitsi.utils.concurrent.RecurringRunnable
public abstract class PeriodicRunnableWithObject<T> extends PeriodicRunnable
Implements a PeriodicRunnable associated with an
{@code Object}.
-
-
Method Summary
Modifier and Type Method Description voidrun()Updates #_lastProcessTime. -
Methods inherited from class org.jitsi.utils.concurrent.PeriodicRunnable
getLastProcessTime, getPeriod, getTimeUntilNextRun, setPeriod -
Methods inherited from class java.lang.Runnable
run -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
run
void run()
Updates #_lastProcessTime.
-
-
-
-