C - context object typepublic static class SubscriptionControl.SubscriptionContextCallback.Default<C> extends ContextCallback.Default<C> implements SubscriptionControl.SubscriptionContextCallback<C>
SubscriptionControl.SubscriptionContextCallback.
This simply logs onComplete calls at 'debug' level. This method may be overridden to perform more specific processing.
SubscriptionControl.SubscriptionContextCallback.Default<C>| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(C context)
Called to indicate that the requested operation has been processed by
the server.
|
onDiscardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDiscardpublic void onComplete(C context)
SubscriptionControl.SubscriptionContextCallbackonComplete in interface SubscriptionControl.SubscriptionContextCallback<C>context - the context object supplied when making the call. May
be null.Copyright © 2023 DiffusionData Limited. All rights reserved.