Uses of Class
com.biglybt.core.util.Timer
-
-
Uses of Timer in com.biglybt.core.messenger
Fields in com.biglybt.core.messenger declared as Timer Modifier and Type Field Description private static Timer
PlatformMessenger. timerProcess
-
Uses of Timer in com.biglybt.core.stats
Fields in com.biglybt.core.stats declared as Timer Modifier and Type Field Description private static Timer
CoreStats. average_timer
-
Uses of Timer in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as Timer Modifier and Type Field Description private static Timer
TrackerChecker. tracker_timer
private Timer
TRTrackerBTAnnouncerImpl. tracker_timer
private static Timer
TRTrackerBTAnnouncerImpl. tracker_timer_private
private static Timer
TRTrackerBTAnnouncerImpl. tracker_timer_public
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type Timer Modifier and Type Method Description (package private) static void
TRTrackerBTAnnouncerImpl. analyseTimerEvents(Timer timer)
-
Uses of Timer in com.biglybt.core.util
Fields in com.biglybt.core.util declared as Timer Modifier and Type Field Description protected static Timer
SimpleTimer. timer
A simple timer class for use by application components that want to schedule low-overhead events (i.e.private Timer
TimerEvent. timer
private Timer
TimerEventPeriodic. timer
Fields in com.biglybt.core.util with type parameters of type Timer Modifier and Type Field Description private static java.util.ArrayList<java.lang.ref.WeakReference<Timer>>
Timer. timers
Constructors in com.biglybt.core.util with parameters of type Timer Constructor Description TimerEvent(Timer _timer, long _unique_id, long _created, long _when, boolean _absolute, TimerEventPerformer _performer)
TimerEventPeriodic(Timer _timer, long _frequency, boolean _absolute, TimerEventPerformer _performer)
-
Uses of Timer in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils declared as Timer Modifier and Type Field Description private Timer
UTTimerImpl. timer
-
Uses of Timer in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as Timer Modifier and Type Field Description private static Timer
DataSourceCallBackUtil. timerProcessDataSources
-
Uses of Timer in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as Timer Modifier and Type Field Description private Timer
ConfigView. filterDelayTimer
-