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 Type
    Method
    Description
    void
    Triggered when results are recieved
  • Method Details

    • resultReceived

      void resultReceived(IPendingServiceCall call)
      Triggered when results are recieved
      Parameters:
      call - Call object this callback is applied to