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
 void execute()
          Supported API: true
 

Method Detail

execute

void execute()
Supported API: true