org.gudy.azureus2.core3.torrentdownloader.impl
Class TorrentDownloaderLoggedImpl

java.lang.Object
  extended by java.lang.Thread
      extended by org.gudy.azureus2.core3.util.AEThread
          extended by org.gudy.azureus2.core3.torrentdownloader.impl.TorrentDownloaderImpl
              extended by org.gudy.azureus2.core3.torrentdownloader.impl.TorrentDownloaderLoggedImpl
All Implemented Interfaces:
java.lang.Runnable, TorrentDownloader

public class TorrentDownloaderLoggedImpl
extends TorrentDownloaderImpl

Author:
Tobias Minich

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Fields inherited from interface org.gudy.azureus2.core3.torrentdownloader.TorrentDownloader
STATE_CANCELLED, STATE_DOWNLOADING, STATE_DUPLICATE, STATE_ERROR, STATE_FINISHED, STATE_INIT, STATE_NON_INIT, STATE_START
 
Constructor Summary
TorrentDownloaderLoggedImpl()
           
 
Method Summary
 void notifyListener()
           
 
Methods inherited from class org.gudy.azureus2.core3.torrentdownloader.impl.TorrentDownloaderImpl
cancel, closeConnection, equals, getDeleteFileOnCancel, getDownloadState, getError, getErrorCode, getFile, getLastReadBytes, getLastReadCount, getPercentDone, getStatus, getTotalRead, getURL, hashCode, init, isIgnoreReponseCode, runSupport, setDeleteFileOnCancel, setDownloadPath, setDownloadState, setError, setIgnoreReponseCode, setStatus
 
Methods inherited from class org.gudy.azureus2.core3.util.AEThread
isOurThread, run, setOurThread, setOurThread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gudy.azureus2.core3.torrentdownloader.TorrentDownloader
start
 

Constructor Detail

TorrentDownloaderLoggedImpl

public TorrentDownloaderLoggedImpl()
Method Detail

notifyListener

public void notifyListener()
Overrides:
notifyListener in class TorrentDownloaderImpl