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.
|
onDiscardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDiscardpublic void onComplete(C context)
ClientControl.ClientContextCallbackonComplete in interface ClientControl.ClientContextCallback<C>Copyright © 2023 DiffusionData Limited. All rights reserved.