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


Field Summary
static String COUNT
          Label for the attribute.
static String TOTAL
          Label for the attribute.
 
Method Summary
 int getCount()
          Gets the value of the attribute: COUNT.
 int getTotal()
          Gets the value of the attribute: TOTAL.
 void setCount(int a_Count)
          Sets the value of the attribute: COUNT.
 void setTotal(int a_Total)
          Sets the value of the attribute: TOTAL.
 

Field Detail

COUNT

public static final String COUNT
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

TOTAL

public static final String TOTAL
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getCount

public int getCount()
Gets the value of the attribute: COUNT.

Supported API: true

Returns:
int

setCount

public void setCount(int a_Count)
              throws WTPropertyVetoException
Sets the value of the attribute: COUNT.

Supported API: true

Parameters:
a_Count -
Throws:
WTPropertyVetoException

getTotal

public int getTotal()
Gets the value of the attribute: TOTAL.

Supported API: true

Returns:
int

setTotal

public void setTotal(int a_Total)
              throws WTPropertyVetoException
Sets the value of the attribute: TOTAL.

Supported API: true

Parameters:
a_Total -
Throws:
WTPropertyVetoException