Uses of Class
com.biglybt.core.util.AERunnable
-
-
Uses of AERunnable in com.biglybt.core.dht.control.impl
Subclasses of AERunnable in com.biglybt.core.dht.control.impl Modifier and Type Class Description protected class
DHTControlImpl.DhtTask
-
Uses of AERunnable in com.biglybt.core.dht.transport.loopback
Methods in com.biglybt.core.dht.transport.loopback with parameters of type AERunnable Modifier and Type Method Description protected void
DHTTransportLoopbackImpl. run(AERunnable r)
-
Uses of AERunnable in com.biglybt.core.download
Subclasses of AERunnable in com.biglybt.core.download Modifier and Type Class Description private class
StreamManager.SMDImpl
-
Uses of AERunnable in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl with parameters of type AERunnable Modifier and Type Method Description private 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 Modifier and Type Class Description private class
TrackerStatus.ScrapeTask
-
Uses of AERunnable in com.biglybt.core.tracker.server.impl
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl Modifier and Type Class Description protected static class
TRTrackerServerFactoryImpl.NonBlockingProcessor
class
TRTrackerServerProcessor
-
Uses of AERunnable in com.biglybt.core.tracker.server.impl.tcp
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.tcp Modifier and Type Class Description class
TRTrackerServerProcessorTCP
-
Uses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.blocking
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.blocking Modifier and Type Class Description class
TRBlockingServerProcessor
-
Uses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.tcp.nonblocking Modifier and Type Class Description class
TRNonBlockingServerProcessor
-
Uses of AERunnable in com.biglybt.core.tracker.server.impl.udp
Subclasses of AERunnable in com.biglybt.core.tracker.server.impl.udp Modifier and Type Class Description class
TRTrackerServerProcessorUDP
-
Uses of AERunnable in com.biglybt.core.util
Subclasses of AERunnable in com.biglybt.core.util Modifier and Type Class Description static class
AERunnable.AERunnableNamed
class
IPToHostNameResolverRequest
class
ThreadPoolTask
class
Timer
class
TimerEvent
Fields in com.biglybt.core.util declared as AERunnable Modifier and Type Field Description private AERunnable
AsyncDispatcher. queue_head
private AERunnable
ThreadPool.threadPoolWorker. runnable
private AERunnable
FrequencyLimitedDispatcher. target
Fields in com.biglybt.core.util with type parameters of type AERunnable Modifier and Type Field Description private java.util.LinkedList<AERunnable>
AsyncDispatcher. queue_tail
private java.util.List<AERunnable>
ThreadPool. task_queue
Methods in com.biglybt.core.util that return AERunnable Modifier and Type Method Description static AERunnable
AERunnable. create(java.lang.Runnable r)
AERunnable
ThreadPool. getOldestQueuedTask()
AERunnable[]
ThreadPool. getQueuedTasks()
protected AERunnable
ThreadPool.threadPoolWorker. getRunnable()
protected AERunnable
TimerEvent. getRunnable()
AERunnable[]
ThreadPool. getRunningTasks()
Methods in com.biglybt.core.util with parameters of type AERunnable Modifier and Type Method Description void
AsyncDispatcher. dispatch(AERunnable target)
void
AsyncDispatcher. dispatch(AERunnable target, boolean is_priority)
boolean
ThreadPool. isQueued(AERunnable task)
ThreadPool.threadPoolWorker
ThreadPool. run(AERunnable runnable)
ThreadPool.threadPoolWorker
ThreadPool. run(AERunnable runnable, boolean high_priority, boolean manualRelease)
protected void
ThreadPool. runIt(AERunnable runnable)
Constructors in com.biglybt.core.util with parameters of type AERunnable Constructor Description DelayedEvent(java.lang.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 Modifier and Type Field Description private AERunnable
TableCellRefresher. runnable
-
Uses of AERunnable in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local with parameters of type AERunnable Modifier and Type Method Description protected void
PluginInitializer. runPEVTask(AERunnable run)
-
Uses of AERunnable in com.biglybt.pifimpl.local.clientid
Subclasses of AERunnable in com.biglybt.pifimpl.local.clientid Modifier and Type Class Description protected class
ClientIDManagerImpl.httpFilter
-
Uses of AERunnable in com.biglybt.ui.common.table.impl
Methods in com.biglybt.ui.common.table.impl with parameters of type AERunnable Modifier and Type Method Description abstract void
TableViewImpl. getOffUIThread(AERunnable runnable)
-
Uses of AERunnable in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type AERunnable Modifier and Type Method Description private TorrentMenuFancy.HeaderInfo
TorrentMenuFancy. addHeader(java.lang.String id, java.lang.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.mainwindow Modifier and Type Class Description private class
Colors.AllocateColor
Allocates a color -
Uses of AERunnable in com.biglybt.ui.swt.views.table.painted
Subclasses of AERunnable in com.biglybt.ui.swt.views.table.painted Modifier and Type Class Description private class
TableViewPainted.RedrawTableRunnable
private class
TableViewPainted.RefreshTableRunnable
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type AERunnable Modifier and Type Method Description void
TableViewPainted. getOffUIThread(AERunnable runnable)
-
Uses of AERunnable in com.biglybt.ui.swt.views.utils
Methods in com.biglybt.ui.swt.views.utils with parameters of type AERunnable Modifier and Type Method Description static void
ManagerUtils. asyncStopDelete(DownloadManager dm, int stateAfterStopped, boolean bDeleteTorrent, boolean bDeleteData, AERunnable deleteFailed)
-