public static class HttpDownloader.ContentValidateEvent extends HttpEvent
| Modifier and Type | Field and Description |
|---|---|
protected HttpDownloader |
downloader |
protected ContentFragments |
fragments |
protected xyz.cofe.collection.set.EventSet<ContentFragment> |
valid |
| Constructor and Description |
|---|
ContentValidateEvent(HttpDownloader downloader,
ContentFragments fragments,
xyz.cofe.collection.set.EventSet<ContentFragment> valid) |
| Modifier and Type | Method and Description |
|---|---|
ContentFragments |
getFragments() |
HttpDownloader |
getHttpDownloader() |
xyz.cofe.collection.set.EventSet<ContentFragment> |
getValidated() |
protected HttpDownloader downloader
protected ContentFragments fragments
protected xyz.cofe.collection.set.EventSet<ContentFragment> valid
public ContentValidateEvent(HttpDownloader downloader, ContentFragments fragments, xyz.cofe.collection.set.EventSet<ContentFragment> valid)
public HttpDownloader getHttpDownloader()
public ContentFragments getFragments()
public xyz.cofe.collection.set.EventSet<ContentFragment> getValidated()
Copyright © 2017. All rights reserved.