|
|||||||||
| 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.DelegateStateT - The type of delegate state held in the mover
state.public static interface MoverDState.Visitor<T,DelegateStateT>
A visitor for a mover downloader state.
| Method Summary | |
|---|---|
T |
visitDownloading(MoverDState.Downloading<DelegateStateT> state)
Visits a downloading state. |
T |
visitFailed(MoverDState.Failed<DelegateStateT> state)
Visits a failed state. |
T |
visitMoved(MoverDState.Moved<DelegateStateT> state)
Visits a moved state. |
T |
visitMovedToITunes(MoverDState.MovedToITunes<DelegateStateT> state)
Visits a moved to iTunes state. |
T |
visitMoveFailed(MoverDState.MoveFailed<DelegateStateT> state)
Visits a move failed state. |
T |
visitMoving(MoverDState.Moving<DelegateStateT> state)
Visits a moving state. |
| Method Detail |
|---|
T visitDownloading(MoverDState.Downloading<DelegateStateT> state)
state - The state.
T visitFailed(MoverDState.Failed<DelegateStateT> state)
state - The state.
T visitMoving(MoverDState.Moving<DelegateStateT> state)
state - The state.
T visitMoved(MoverDState.Moved<DelegateStateT> state)
state - The state.
T visitMovedToITunes(MoverDState.MovedToITunes<DelegateStateT> state)
state - The state.
T visitMoveFailed(MoverDState.MoveFailed<DelegateStateT> state)
state - The state.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||