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.
|
onDiscard
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onDiscard
public void onComplete(C context)
SubscriptionControl.SubscriptionContextCallback
onComplete
in interface SubscriptionControl.SubscriptionContextCallback<C>
context
- the context object supplied when making the call. May
be null
.Copyright © 2024 DiffusionData Ltd. All Rights Reserved.