Uses of Class
com.biglybt.core.util.TimerEvent
-
-
Uses of TimerEvent in com.biglybt.core.backup.impl
Fields in com.biglybt.core.backup.impl declared as TimerEvent Modifier and Type Field Description private TimerEvent
BackupManagerImpl. backup_event
-
Uses of TimerEvent in com.biglybt.core.global.impl
Fields in com.biglybt.core.global.impl declared as TimerEvent Modifier and Type Field Description private TimerEvent
GlobalManagerImpl. auto_resume_timer
-
Uses of TimerEvent in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl declared as TimerEvent Modifier and Type Field Description (package private) TimerEvent
DownloadHistoryManagerImpl. write_pending_event
-
Uses of TimerEvent in com.biglybt.core.messenger
Fields in com.biglybt.core.messenger with type parameters of type TimerEvent Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,TimerEvent>
PlatformMessenger. mapTimerEvents
-
Uses of TimerEvent in com.biglybt.core.networkmanager.admin.impl
Methods in com.biglybt.core.networkmanager.admin.impl with parameters of type TimerEvent Modifier and Type Method Description private void
NetworkAdminDistributedNATTester. runChecks(TimerEvent ev)
-
Uses of TimerEvent in com.biglybt.core.pairing.impl
Fields in com.biglybt.core.pairing.impl declared as TimerEvent Modifier and Type Field Description private TimerEvent
PairingManagerImpl. deferred_update_event
private TimerEvent
PairingManagerTunnelHandler. update_event
-
Uses of TimerEvent in com.biglybt.core.stats.impl
Methods in com.biglybt.core.stats.impl with parameters of type TimerEvent Modifier and Type Method Description void
StatsWriterPeriodicImpl. perform(TimerEvent event)
-
Uses of TimerEvent in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as TimerEvent Modifier and Type Field Description private TimerEvent
SubscriptionSchedulerImpl. schedule_event
-
Uses of TimerEvent in com.biglybt.core.tracker.client.impl
Fields in com.biglybt.core.tracker.client.impl declared as TimerEvent Modifier and Type Field Description private TimerEvent
TRTrackerAnnouncerMuxer. event
-
Uses of TimerEvent in com.biglybt.core.tracker.client.impl.bt
Fields in com.biglybt.core.tracker.client.impl.bt declared as TimerEvent Modifier and Type Field Description private TimerEvent
TRTrackerBTAnnouncerImpl. current_timer_event
Methods in com.biglybt.core.tracker.client.impl.bt with parameters of type TimerEvent Modifier and Type Method Description void
TrackerChecker. perform(TimerEvent event)
-
Uses of TimerEvent in com.biglybt.core.util
Fields in com.biglybt.core.util declared as TimerEvent Modifier and Type Field Description private TimerEvent
TimerEventPeriodic. current_event
private TimerEvent
DelayedEvent. event
Fields in com.biglybt.core.util with type parameters of type TimerEvent Modifier and Type Field Description private java.util.Set<TimerEvent>
Timer. events
Methods in com.biglybt.core.util that return TimerEvent Modifier and Type Method Description static TimerEvent
SimpleTimer. addEvent(java.lang.String name, long when, boolean absolute, TimerEventPerformer performer)
static TimerEvent
SimpleTimer. addEvent(java.lang.String name, long when, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(long creation_time, long when, boolean absolute, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(long creation_time, long when, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(long when, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(java.lang.String name, long when, boolean absolute, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(java.lang.String name, long creation_time, long when, boolean absolute, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(java.lang.String name, long creation_time, long when, TimerEventPerformer performer)
TimerEvent
Timer. addEvent(java.lang.String name, long when, TimerEventPerformer performer)
Methods in com.biglybt.core.util that return types with arguments of type TimerEvent Modifier and Type Method Description java.util.List<TimerEvent>
Timer. getEvents()
java.util.List<TimerEvent>
Timer. getEvents(long up_to_when)
Methods in com.biglybt.core.util with parameters of type TimerEvent Modifier and Type Method Description protected void
Timer. cancelEvent(TimerEvent event)
int
TimerEvent. compareTo(TimerEvent other)
void
Timer. modifyWhen(TimerEvent event, long new_when)
void
TimerEventPerformer. perform(TimerEvent event)
void
TimerEventPeriodic. perform(TimerEvent event)
-
Uses of TimerEvent in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils declared as TimerEvent Modifier and Type Field Description protected TimerEvent
UTTimerImpl.timerEvent. ev
Methods in com.biglybt.pifimpl.local.utils with parameters of type TimerEvent Modifier and Type Method Description protected void
UTTimerImpl.timerEvent. setEvent(TimerEvent _ev)
-
Uses of TimerEvent in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as TimerEvent Modifier and Type Field Description private TimerEvent
BuddyPluginNetwork.DDBDetails. republish_delay_event
private TimerEvent
BuddyPluginBeta.ChatInstance. sort_event
private TimerEvent
BuddyPluginNetwork.DDBDetails. update_ip_retry_event
-
Uses of TimerEvent in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as TimerEvent Modifier and Type Field Description private TimerEvent
BuddyPluginView. buddyStatusInit
-
Uses of TimerEvent in com.biglybt.plugin.startstoprules.defaultplugin
Methods in com.biglybt.plugin.startstoprules.defaultplugin with parameters of type TimerEvent Modifier and Type Method Description void
StartStopRulesDefaultPlugin.ChangeCheckerTimerTask. perform(TimerEvent event)
void
StartStopRulesDefaultPlugin.ChangeFlagCheckerTask. perform(TimerEvent event)
void
StartStopRulesDefaultPlugin.RecalcSeedingRanksTask. perform(TimerEvent event)
-
Uses of TimerEvent in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as TimerEvent Modifier and Type Field Description TimerEvent
TableViewImpl.filter. eventUpdate
private static TimerEvent
DataSourceCallBackUtil. timerEventProcessDS
-
Uses of TimerEvent in com.biglybt.ui.swt.config
Fields in com.biglybt.ui.swt.config declared as TimerEvent Modifier and Type Field Description private TimerEvent
IntSwtParameter. timedSaveEvent
-
Uses of TimerEvent in com.biglybt.ui.swt.mdi
Fields in com.biglybt.ui.swt.mdi declared as TimerEvent Modifier and Type Field Description private TimerEvent
BaseMDI. autoOpenSaver
-
Uses of TimerEvent in com.biglybt.ui.swt.shells
Fields in com.biglybt.ui.swt.shells declared as TimerEvent Modifier and Type Field Description private TimerEvent
SpeedScaleShell. cursorBlinkEvent
-
Uses of TimerEvent in com.biglybt.ui.swt.widgets
Fields in com.biglybt.ui.swt.widgets declared as TimerEvent Modifier and Type Field Description private TimerEvent
TagCanvas. timerEvent
-