org.lastbamboo.common.download
Class MsDState.IdleImpl
java.lang.Object
org.lastbamboo.common.download.DownloaderState.AbstractRunning
org.lastbamboo.common.download.MsDState.IdleImpl
- All Implemented Interfaces:
- DownloaderState, MsDState, MsDState.Idle
- Enclosing interface:
- MsDState
public static class MsDState.IdleImpl
- extends DownloaderState.AbstractRunning
- implements MsDState.Idle
An implementation of the idle state.
| Nested classes/interfaces inherited from interface org.lastbamboo.common.download.MsDState |
MsDState.Canceled, MsDState.CanceledImpl, MsDState.Complete, MsDState.CompleteImpl, MsDState.CouldNotDetermineSources, MsDState.CouldNotDetermineSourcesImpl, MsDState.Downloading, MsDState.Failed, MsDState.FailedImpl, MsDState.GettingSources, MsDState.GettingSourcesImpl, MsDState.Idle, MsDState.IdleImpl, MsDState.LibTorrentDownloading, MsDState.LibTorrentDownloadingState, MsDState.LimeWireDownloading, MsDState.LimeWireDownloadingState, MsDState.LittleShootDownloading, MsDState.LittleShootDownloadingState, MsDState.NoSourcesAvailable, MsDState.NoSourcesAvailableImpl, MsDState.Paused, MsDState.PausedImpl, MsDState.Visitor<T>, MsDState.VisitorAdapter<T> |
MsDState.IdleImpl
public MsDState.IdleImpl()
accept
public <T> T accept(MsDState.Visitor<T> visitor)
- Description copied from interface:
MsDState
- Accepts a visitor to this state.
- Specified by:
accept in interface MsDState
- Type Parameters:
T - The return type of the visitor.- Parameters:
visitor - The visitor.
- Returns:
- The result of the visitation.
equals
public boolean equals(Object otherObject)
- Overrides:
equals in class Object
Copyright © 2013 LittleShoot. All Rights Reserved.