com.ptc.core.command.common.delegate
Class MacroCommandDelegateExecutionProgressFeedback

java.lang.Object
  extended by com.ptc.core.command.common.delegate.CommandDelegateExecutionFeedback
      extended by com.ptc.core.command.common.delegate.MacroCommandDelegateExecutionProgressFeedback
All Implemented Interfaces:
CommandDelegateFeedback, Serializable, Message, ProgressData

public class MacroCommandDelegateExecutionProgressFeedback
extends CommandDelegateExecutionFeedback
implements ProgressData, Serializable

Feedback object for displaying progress feedback that is generated within a MacroCommandDelegate.

Supported API: true

Extendable: true

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface wt.util.ProgressData
COUNT, TOTAL
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCount

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

Supported API: true

Specified by:
getCount in interface ProgressData
Returns:
int

setCount

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

Supported API: true

Specified by:
setCount in interface ProgressData
Parameters:
a_Count -
Throws:
WTPropertyVetoException

getTotal

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

Supported API: true

Specified by:
getTotal in interface ProgressData
Returns:
int

setTotal

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

Supported API: true

Specified by:
setTotal in interface ProgressData
Parameters:
a_Total -
Throws:
WTPropertyVetoException