C
- context object typepublic static interface TopicUpdateControl.Updater.UpdateContextCallback<C> extends ContextCallback<C>
Provides notification of update success or failure, with a context
object provided from the initial update call. This callback may be
notified of failures additional to those defined in
ErrorReason
. These are:
Modifier and Type | Interface and Description |
---|---|
static class |
TopicUpdateControl.Updater.UpdateContextCallback.Default<C>
Default updater callback implementation with context.
|
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(C context)
Indicates a successful update.
|
onError
void onSuccess(C context)
context
- the context object that the update was called withCopyright © 2020 Push Technology Ltd. All Rights Reserved.