Uses of Class
com.biglybt.core.util.Timer
Packages that use Timer
Package
Description
-
Uses of Timer in com.biglybt.core.messenger
Fields in com.biglybt.core.messenger declared as Timer -
Uses of Timer in com.biglybt.core.stats
Fields in com.biglybt.core.stats declared as Timer -
Uses of Timer in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as TimerModifier and TypeFieldDescriptionprivate static final Timer
TrackerChecker.tracker_timer
private final Timer
TRTrackerBTAnnouncerImpl.tracker_timer
private static final Timer
TRTrackerBTAnnouncerImpl.tracker_timer_private
private static final Timer
TRTrackerBTAnnouncerImpl.tracker_timer_public
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type TimerModifier and TypeMethodDescription(package private) static void
TRTrackerBTAnnouncerImpl.analyseTimerEvents
(Timer timer) -
Uses of Timer in com.biglybt.core.util
Fields in com.biglybt.core.util declared as TimerModifier and TypeFieldDescriptionprotected static final Timer
SimpleTimer.timer
A simple timer class for use by application components that want to schedule low-overhead events (i.e.private final Timer
TimerEvent.timer
private final Timer
TimerEventPeriodic.timer
Fields in com.biglybt.core.util with type parameters of type TimerConstructors in com.biglybt.core.util with parameters of type TimerModifierConstructorDescriptionprotected
TimerEvent
(Timer _timer, long _unique_id, long _created, long _when, boolean _absolute, TimerEventPerformer _performer) protected
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 -
Uses of Timer in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as TimerModifier and TypeFieldDescriptionprivate static Timer
DataSourceCallBackUtil.timerProcessDataSources
-
Uses of Timer in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as Timer