C
- context object typepublic static class Topics.CompletionContextCallback.Default<C> extends ContextCallback.Default<C> implements Topics.CompletionContextCallback<C>
Topics.CompletionContextCallback
.
This logs onComplete calls at 'debug' level. This method can be overridden to perform some more specific action.
Topics.CompletionContextCallback.Default<C>
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(C context)
Called to indicate that a 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)
Topics.CompletionContextCallback
onComplete
in interface Topics.CompletionContextCallback<C>
context
- the context object supplied when making the call. May
be null
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.