C
- context object typepublic static class ClientControl.ClientContextCallback.Default<C> extends ContextCallback.Default<C> implements ClientControl.ClientContextCallback<C>
ClientControl.ClientContextCallback
.
This simply logs onComplete calls at 'debug' level. The method may be overridden to perform some more specific action.
ClientControl.ClientContextCallback.Default<C>
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
void |
onComplete(C context)
This is called to indicate that a requested operation has been
handled by the server.
|
onDiscard
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onDiscard
public void onComplete(C context)
ClientControl.ClientContextCallback
onComplete
in interface ClientControl.ClientContextCallback<C>
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.