public interface ResultHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | done()Called when no more  result(org.astrogrid.samp.Client, org.astrogrid.samp.Response)invocations will be made,
 either because all have been received or for some other reason,
 such as a timeout or the hub shutting down. | 
| void | result(Client responder,
      Response response)Called when a response is received from a client to which the message
 was sent. | 
void result(Client responder, Response response)
responder - responder clientresponse - content of responsevoid done()
result(org.astrogrid.samp.Client, org.astrogrid.samp.Response) invocations will be made,
 either because all have been received or for some other reason,
 such as a timeout or the hub shutting down.Copyright © 2008–2024. All rights reserved.