public interface IModulePingResult
IModulePingResult: callback interface used by IClient ping.
| Modifier and Type | Method | Description |
|---|---|---|
void |
onResult(IClient client,
long pingTime,
int pingId,
boolean result) |
Triggered on client side result from call to IClient.ping.
|
void onResult(IClient client, long pingTime, int pingId, boolean result)
client - clientpingTime - time in server time (milliseconds) when the ping was initiatedpingId - internal server id for the ping requestresult - true is ping was successful false if failure (timeout)