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