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
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidsendFeedback(Message a_message, FeedbackSpec a_spec) Issues feedback.Methods inherited from class com.ptc.core.util.feedback.common.impl.AbstractFeedbackModel
addActionListener, clear, getMessages, removeActionListener, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.util.feedback.common.FeedbackModel
addActionListener, clear, getMessages, removeActionListener, size
-
Method Details
-
sendFeedback
Issues feedback.
Supported API: true- Specified by:
sendFeedbackin classAbstractFeedbackModel- Parameters:
a_message-a_spec-
-