org.red5.server.api.service
Interface IPendingServiceCallback

All Known Implementing Classes:
ClientServerDetection, ServerClientDetection

public interface IPendingServiceCallback

Callback that will be executed when the result of a pending service call has been received.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Method Summary
 void resultReceived(IPendingServiceCall call)
          Triggered when results are recieved
 

Method Detail

resultReceived

void resultReceived(IPendingServiceCall call)
Triggered when results are recieved

Parameters:
call - Call object this callback is applied to


Copyright © 2006-2012 The Red5 Project