Package wt.method

Interface MethodFeedback

All Known Implementing Classes:
ProgressCountFeedback, StatusFeedback, WTContextUpdate

public interface MethodFeedback
Interface for objects that can be sent back to client to give feedback for an active call. While waiting for a reply to a method invocation, the client can receive feedback objects. When received, their execute method is called allowing them to perform arbitrary feedback operations.

Supported API: true
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Supported API: true
  • Method Details

    • execute

      void execute()
      Supported API: true