Package com.ptc.core.command.common.delegate

Interface Summary
CommandDelegateFeedback Interface representing feedback that is displayed from a command delegate.
 

Class Summary
CommandDelegateErrorFeedback Feedback object representing error feedback.
CommandDelegateExecutionFeedback General feedback object for issuing feedback when executing a command delegate on a TypeInstance.
CommandDelegateExecutionProgressFeedback Feedback object for displaying project feedback when executing on a group of TypeInstances.
CommandDelegateFeedbackModel This class acts as a feedback message container for CommandDelegates.
CommandFeedbackLog Class for logging feedback for code existing in com.ptc.core.
MacroCommandDelegateExecutionProgressFeedback Feedback object for displaying progress feedback that is generated within a MacroCommandDelegate.
 

Exception Summary
InvalidCommandFeedbackMessageException Any feedback that is issued by a CommandDelegate must be of type CommandDelegateFeedback.