public static class HttpDownloader.StateChangedEvent extends HttpEvent
| Modifier and Type | Field and Description |
|---|---|
protected HttpDownloader |
httpDownloader |
protected HttpDownloader.State |
newState |
protected HttpDownloader.State |
oldState |
| Constructor and Description |
|---|
StateChangedEvent(HttpDownloader downloader,
HttpDownloader.State oldState,
HttpDownloader.State newState) |
| Modifier and Type | Method and Description |
|---|---|
HttpDownloader |
getHttpDownloader() |
HttpDownloader.State |
getNewState() |
HttpDownloader.State |
getOldState() |
protected HttpDownloader httpDownloader
protected HttpDownloader.State oldState
protected HttpDownloader.State newState
public StateChangedEvent(HttpDownloader downloader, HttpDownloader.State oldState, HttpDownloader.State newState)
public HttpDownloader getHttpDownloader()
public HttpDownloader.State getOldState()
public HttpDownloader.State getNewState()
Copyright © 2017. All rights reserved.