Package wt.feedback

Interface Summary
CountedProgress  
MethodProgress  
 

Class Summary
FeedbackSupport FeedbackSupport contains the method used to define what properties feedback is desired for, and those methods that keep track of the current values of the properties for different recursion levels.
MethodProgressListener Listens for method feedback by passing MethodProgress objects to a remote client via a WTContextUpdate object.
MultiObjectOperationFeedback Used to send feedback to a remote client on the progress of multi-object wip operations since they may take a long time to complete.
MultiObjectOperationFeedbackPropertyChangeListener Notified of feedback on multi-object WIP operations and passes MultiObjectOperationFeedback objects to client via the MethodContext.
MultiObjectOperationProgress Defines feedback that is sent to a remote client on the progress of multi-object operations since they may take a long time to complete.
ProgressCountFeedback Feedback object to carry progress count values to client.
ProgressCountFeedbackTest Simple progress count feedback tester
StatusFeedback Feedback object to carry status messages to client.
StatusFeedbackTest Simple status feedback tester
WTContextUpdate Feedback object to carry updates to client's WTContext object.