Class CommandDelegateFeedbackModel

java.lang.Object
com.ptc.core.util.feedback.common.impl.AbstractFeedbackModel
com.ptc.core.command.common.delegate.CommandDelegateFeedbackModel
All Implemented Interfaces:
FeedbackModel, PropertyChangeListener, Serializable, EventListener

public class CommandDelegateFeedbackModel extends AbstractFeedbackModel implements FeedbackModel, Serializable
This class acts as a feedback message container for CommandDelegates. Use AbstractCommandDelegate's getFeedbackModel() method to get the singleton instance of CommandDelegateFeedbackModel.

Supported API: true

Extendable: true
See Also: