com.ptc.core.command.common.delegate
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:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sendFeedback
protected void sendFeedback(Message a_message,
FeedbackSpec a_spec)
- Issues feedback.
Supported API: true
- Specified by:
sendFeedback in class AbstractFeedbackModel
- Parameters:
a_message - a_spec -