Package 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, Joachim Bauch (jojo@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Triggered when results are recieved
-
Method Details
-
resultReceived
Triggered when results are recieved- Parameters:
call
- Call object this callback is applied to
-