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
Supported API: true
execute method is called allowing them to perform
arbitrary feedback operations.
Supported API: true
-
Method Summary
-
Method Details
-
execute
void execute()Supported API: true
-