|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.SwingWorker<java.lang.Boolean,java.lang.Void>
net.sourceforge.atunes.kernel.modules.podcast.PodcastFeedEntryDownloader
public class PodcastFeedEntryDownloader
The Class PodcastFeedEntryDownloader.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.SwingWorker |
---|
javax.swing.SwingWorker.StateValue |
Constructor Summary | |
---|---|
PodcastFeedEntryDownloader(PodcastFeedEntry podcastFeedEntry)
Instantiates a new podcast feed entry downloader. |
Method Summary | |
---|---|
protected java.lang.Boolean |
doInBackground()
|
protected void |
done()
|
PodcastFeedEntry |
getPodcastFeedEntry()
Gets the podcast feed entry. |
long |
getTotalBytes()
Gets the total bytes. |
Methods inherited from class javax.swing.SwingWorker |
---|
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PodcastFeedEntryDownloader(PodcastFeedEntry podcastFeedEntry)
podcastFeedEntry
- the podcast feed entryMethod Detail |
---|
protected java.lang.Boolean doInBackground() throws java.lang.Exception
doInBackground
in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.Void>
java.lang.Exception
public long getTotalBytes()
protected void done()
done
in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.Void>
public PodcastFeedEntry getPodcastFeedEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |