wt.feedback
Interface MethodProgress

All Superinterfaces:
Serializable
All Known Subinterfaces:
CountedProgress
All Known Implementing Classes:
MultiObjectOperationProgress

public interface MethodProgress
extends Serializable


Method Summary
 String getMethod()
          Gets the value of the attribute: METHOD.
 

Method Detail

getMethod

public String getMethod()
Gets the value of the attribute: METHOD. A string constant representing the method that generated this feedback information. Methods that wish to send feedback should define a String constant that clients can use to register a PropertyChangeListener with the WTContext in order to receive feedback for that method. The PropertyChangeEvent will have a value of type MethodProgress.

Returns:
String
Since:
R4
See Also:
MethodProgressListener