|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of this visitor's return value.public static interface MsDState.Visitor<T>
A visitor for a downloader state.
| Method Summary | |
|---|---|
T |
visitCanceled(MsDState.Canceled state)
Visits a canceled state. |
T |
visitComplete(MsDState.Complete state)
Visits a complete state. |
T |
visitCouldNotDetermineSources(MsDState.CouldNotDetermineSources state)
Visits a could not determine sources state. |
T |
visitFailed(MsDState.Failed state)
Visits a general failed state. |
T |
visitGettingSources(MsDState.GettingSources state)
Visits a getting sources state. |
T |
visitIdle(MsDState.Idle state)
Visits an idle state. |
T |
visitLibTorrentDownloading(MsDState.LibTorrentDownloading libTorrentDownloadingState)
Visits a downloading state for a LibTorrent download. |
T |
visitLimeWireDownloading(MsDState.LimeWireDownloading limeWireDownloadingState)
Visits a downloading state for a LimeWire download. |
T |
visitLittleShootDownloading(MsDState.LittleShootDownloading littleShootDownloadingState)
Visits a downloading state for a LittleShoot download. |
T |
visitNoSourcesAvailable(MsDState.NoSourcesAvailable state)
Visits a no sources available state. |
T |
visitPaused(MsDState.Paused paused)
Visits a paused state. |
| Method Detail |
|---|
T visitIdle(MsDState.Idle state)
state - The state.
T visitGettingSources(MsDState.GettingSources state)
state - The state.
T visitComplete(MsDState.Complete state)
state - The state.
T visitPaused(MsDState.Paused paused)
paused - The paused state.
T visitCanceled(MsDState.Canceled state)
state - The state.
T visitNoSourcesAvailable(MsDState.NoSourcesAvailable state)
state - The state.
T visitCouldNotDetermineSources(MsDState.CouldNotDetermineSources state)
state - The state.
T visitFailed(MsDState.Failed state)
state - The state.
T visitLittleShootDownloading(MsDState.LittleShootDownloading littleShootDownloadingState)
littleShootDownloadingState - The LittleShoot downloading state
to visit.
T visitLimeWireDownloading(MsDState.LimeWireDownloading limeWireDownloadingState)
limeWireDownloadingState - The LimeWire downloading state
to visit.
T visitLibTorrentDownloading(MsDState.LibTorrentDownloading libTorrentDownloadingState)
libTorrentDownloadingState - The LibTorrent downloading state
to visit.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||