Uses of Class
com.biglybt.core.util.AERunnable
Packages that use AERunnable
Package
Description
-
Uses of AERunnable in com.biglybt.core.dht.control.impl
Subclasses of AERunnable in com.biglybt.core.dht.control.impl -
Uses of AERunnable in com.biglybt.core.dht.transport.loopback
Methods in com.biglybt.core.dht.transport.loopback with parameters of type AERunnable -
Uses of AERunnable in com.biglybt.core.download
Subclasses of AERunnable in com.biglybt.core.download -
Uses of AERunnable in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl with type parameters of type AERunnableModifier and TypeFieldDescriptionprivate ThreadPool
<AERunnable> SubscriptionSchedulerImpl.result_downloader
Methods in com.biglybt.core.subs.impl with parameters of type AERunnableModifier and TypeMethodDescriptionprivate void
SubscriptionManagerImpl.waitForChat
(BuddyPluginBeta.ChatInstance chat, AERunnable runnable) -
Uses of AERunnable in com.biglybt.core.tracker.client.impl.bt
Subclasses of AERunnable in com.biglybt.core.tracker.client.impl.bt -
Uses of AERunnable in com.biglybt.core.tracker.server.impl
Subclasses of AERunnable in com.biglybt.core.tracker.server.implModifier and TypeClassDescriptionprotected static class
class
-
Uses of AERunnable in com.biglybt.core.tracker.server.impl.tcp
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.tcp -
Uses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.blocking
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.blocking -
Uses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.nonblocking -
Uses of AERunnable in com.biglybt.core.tracker.server.impl.udp
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.udp -
Uses of AERunnable in com.biglybt.core.util
Classes in com.biglybt.core.util with type parameters of type AERunnableSubclasses of AERunnable in com.biglybt.core.utilModifier and TypeClassDescriptionstatic class
class
class
class
class
protected static class
Fields in com.biglybt.core.util declared as AERunnableModifier and TypeFieldDescriptionprivate AERunnable
AsyncDispatcher.queue_head
private T
ThreadPool.threadPoolWorker.runnable
private AERunnable
FrequencyLimitedDispatcher.target
Fields in com.biglybt.core.util with type parameters of type AERunnableMethods in com.biglybt.core.util that return AERunnableModifier and TypeMethodDescriptionstatic AERunnable
ThreadPool.getOldestQueuedTask()
ThreadPool.getQueuedTasks()
protected AERunnable
TimerEvent.getRunnable()
Methods in com.biglybt.core.util with parameters of type AERunnableModifier and TypeMethodDescriptionvoid
AsyncDispatcher.dispatch
(AERunnable target) void
AsyncDispatcher.dispatch
(AERunnable target, boolean is_priority) boolean
ThreadPool.isQueued
(AERunnable task) protected void
ThreadPool.runIt
(AERunnable runnable) Constructors in com.biglybt.core.util with parameters of type AERunnableModifierConstructorDescriptionDelayedEvent
(String name, long delay_millis, AERunnable target) FrequencyLimitedDispatcher
(AERunnable _target, int _min_frequency_millis) -
Uses of AERunnable in com.biglybt.pif.ui.tables
Fields in com.biglybt.pif.ui.tables declared as AERunnable -
Uses of AERunnable in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local with parameters of type AERunnable -
Uses of AERunnable in com.biglybt.pifimpl.local.clientid
Subclasses of AERunnable in com.biglybt.pifimpl.local.clientid -
Uses of AERunnable in com.biglybt.ui.common.table.impl
Subclasses of AERunnable in com.biglybt.ui.common.table.implMethods in com.biglybt.ui.common.table.impl with parameters of type AERunnableModifier and TypeMethodDescriptionabstract void
TableViewImpl.getOffUIThread
(AERunnable runnable) -
Uses of AERunnable in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type AERunnableModifier and TypeMethodDescriptionprivate TorrentMenuFancy.HeaderInfo
TorrentMenuFancy.addHeader
(String id, String title, AERunnable runnable) static void
Utils.getOffOfSWTThread
(AERunnable runnable) static void
TorrentUtil.removeDownloads
(DownloadManager[] dms, AERunnable deleteFailed) static void
TorrentUtil.removeDownloads
(DownloadManager[] dms, AERunnable deleteFailed, boolean forcePrompt) private static void
TorrentUtil.removeDownloadsPrompterClosed
(DownloadManager[] dms, int index, AERunnable deleteFailed, int result, boolean doAll, boolean deleteTorrent) private static void
TorrentUtil.removeDownloadsPrompterClosedSupport
(DownloadManager[] dms, int index, AERunnable deleteFailed, int result, boolean doAll, boolean deleteTorrent) private static void
TorrentUtil.removeDownloadsSupport
(DownloadManager[] dms, AERunnable deleteFailed, boolean forcePrompt) static void
TorrentUtil.removeDownloadStubs
(DownloadStub.DownloadStubEx[] dms, AERunnable deleteFailed, boolean forcePrompt) private static void
TorrentUtil.removeDownloadStubsPrompterClosed
(DownloadStub.DownloadStubEx[] dms, int index, AERunnable deleteFailed, int result, boolean doAll, boolean deleteTorrent) -
Uses of AERunnable in com.biglybt.ui.swt.mainwindow
Subclasses of AERunnable in com.biglybt.ui.swt.mainwindowFields in com.biglybt.ui.swt.mainwindow with type parameters of type AERunnableModifier and TypeFieldDescriptionprivate static final ThreadPool
<AERunnable> TorrentOpener.async_open_pool
-
Uses of AERunnable in com.biglybt.ui.swt.progress
Fields in com.biglybt.ui.swt.progress with type parameters of type AERunnableModifier and TypeFieldDescriptionprivate static final ThreadPool
<AERunnable> ProgressWindow.core_op_pool
-
Uses of AERunnable in com.biglybt.ui.swt.views.table.painted
Subclasses of AERunnable in com.biglybt.ui.swt.views.table.paintedModifier and TypeClassDescriptionprivate class
private class
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type AERunnable -
Uses of AERunnable in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type AERunnableModifier and TypeMethodDescriptionstatic void
ManagerUtils.asyncStopDelete
(DownloadManager dm, int stateAfterStopped, boolean bDeleteTorrent, boolean bDeleteData, AERunnable deleteFailed)