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 TimerTrackerChecker.tracker_timerprivate final TimerTRTrackerBTAnnouncerImpl.tracker_timerprivate static final TimerTRTrackerBTAnnouncerImpl.tracker_timer_privateprivate static final TimerTRTrackerBTAnnouncerImpl.tracker_timer_publicMethods in com.biglybt.core.tracker.client.impl.bt with parameters of type TimerModifier and TypeMethodDescription(package private) static voidTRTrackerBTAnnouncerImpl.analyseTimerEvents(Timer timer) -
Uses of Timer in com.biglybt.core.util
Subclasses of Timer in com.biglybt.core.utilFields in com.biglybt.core.util declared as TimerModifier and TypeFieldDescriptionprotected static final TimerSimpleTimer.timerA simple timer class for use by application components that want to schedule low-overhead events (i.e.private final TimerTimerEvent.timerprivate final TimerTimerEventPeriodic.timerFields in com.biglybt.core.util with type parameters of type TimerConstructors in com.biglybt.core.util with parameters of type TimerModifierConstructorDescriptionprotectedTimerEvent(Timer _timer, long _unique_id, long _created, long _when, boolean _absolute, TimerEventPerformer _performer) protectedTimerEventLogged(Timer timer, long unique_id, long created, long when, boolean absolute, TimerEventPerformer performer) protectedTimerEventPeriodic(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 TimerDataSourceCallBackUtil.timerProcessDataSources -
Uses of Timer in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as Timer