Inherited by GetCallbackWrapper, and ProxyCallback.

Package Functions | |
| void | gotData (String key, int flags, byte[] data) |
| void gotData | ( | String | key, | |
| int | flags, | |||
| byte[] | data | |||
| ) | [package] |
Callback for each result from a get.
| key | the key that was retrieved | |
| flags | the flags for this value | |
| data | the data stored under this key |
Implemented in GetCallbackWrapper, and ProxyCallback.
1.5.8