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

java.lang.Object
  extended by com.ptc.core.util.feedback.common.impl.AbstractFeedbackModel
      extended by 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

Method Summary
protected  void sendFeedback(Message a_message, FeedbackSpec a_spec)
          Issues feedback.
 
Methods inherited from class com.ptc.core.util.feedback.common.impl.AbstractFeedbackModel
addActionListener, clear, getMessages, removeActionListener, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ptc.core.util.feedback.common.FeedbackModel
addActionListener, clear, getMessages, removeActionListener, size
 

Method Detail

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 -