T - feed status applies to this feed type.protected final class EFeed.StatusTask<T extends IEFeed> extends EFeed.AbstractClientTask
mFeed| Constructor and Description |
|---|
StatusTask(EFeedState feedState,
EFeed feed,
FeedStatusCallback<T> cb)
Creates a new feed status task for the given callback
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Issues the feed status callback, logging any
client-thrown exception.
|
public StatusTask(EFeedState feedState, EFeed feed, FeedStatusCallback<T> cb)
feedState - true if the feed is up and
false if down.feed - the feed state applies to this feed.cb - post feed state update to this callback.Copyright © 2019. All rights reserved.