C
- context object typepublic static class Pings.PingContextCallback.Default<C> extends ContextCallback.Default<C> implements Pings.PingContextCallback<C>
Pings.PingContextCallback
.
This simply logs onPingResponse calls at 'debug' level. This method may be overridden to perform some more specific action.
Pings.PingContextCallback.Default<C>
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
void |
onPingResponse(C context,
Pings.PingDetails details)
Called with ping response from the server.
|
onDiscard
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onDiscard
public void onPingResponse(C context, Pings.PingDetails details)
Pings.PingContextCallback
onPingResponse
in interface Pings.PingContextCallback<C>
context
- the context object supplied when making the call. May
be null
.details
- information relating to the pingCopyright © 2024 DiffusionData Ltd. All Rights Reserved.