Package wt.util
Interface ProgressData
- All Known Implementing Classes:
CommandDelegateExecutionProgressFeedback,MacroCommandDelegateExecutionProgressFeedback
public interface ProgressData
Interface containing attributes for use with progress applications (e.g.,
progress feedback).
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields -
Method Summary
-
Field Details
-
COUNT
Label for the attribute.
Supported API: true- See Also:
-
TOTAL
Label for the attribute.
Supported API: true- See Also:
-
-
Method Details
-
getCount
int getCount()Gets the value of the attribute: COUNT.
Supported API: true- Returns:
- int
-
setCount
Sets the value of the attribute: COUNT.
Supported API: true- Parameters:
a_Count-- Throws:
WTPropertyVetoException
-
getTotal
int getTotal()Gets the value of the attribute: TOTAL.
Supported API: true- Returns:
- int
-
setTotal
Sets the value of the attribute: TOTAL.
Supported API: true- Parameters:
a_Total-- Throws:
WTPropertyVetoException
-