C
- the context typepublic static class TopicUpdateControl.Updater.UpdateContextCallback.Default<C> extends ContextCallback.Default<C> implements TopicUpdateControl.Updater.UpdateContextCallback<C>
This simply logs calls to onSuccess at debug level. It is
strongly recommended that onError
is implemented to handle failures.
TopicUpdateControl.Updater.UpdateContextCallback.Default<C>
Constructor and Description |
---|
TopicUpdateControl.Updater.UpdateContextCallback.Default() |
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(C context)
Indicates a successful update.
|
onError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onError
public TopicUpdateControl.Updater.UpdateContextCallback.Default()
public void onSuccess(C context)
TopicUpdateControl.Updater.UpdateContextCallback
onSuccess
in interface TopicUpdateControl.Updater.UpdateContextCallback<C>
context
- the context object that the update was called withCopyright © 2016 Push Technology Ltd. All Rights Reserved.