|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.util.feedback.common.impl.AbstractFeedbackModel
public abstract class AbstractFeedbackModel
Convenience abstract class that can be extended by custom FeedbackModels.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
addActionListener(ActionListener listener)
to allow ActionListener to regiser with FeedbackModel Supported API: true |
void |
clear()
clears the messages in the model Supported API: true |
Enumeration |
getMessages()
extracts all of the messages from the model Supported API: true |
void |
removeActionListener(ActionListener listener)
allow ActionListener to unregister with FeedbackModel Supported API: true |
protected abstract void |
sendFeedback(Message a_message,
FeedbackSpec a_spec)
Issues feedback. |
int |
size()
returns the total number of feedback messages in the model Supported API: true |
| 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 |
|---|
addMessage |
| Methods inherited from interface java.beans.PropertyChangeListener |
|---|
propertyChange |
| Method Detail |
|---|
public final Enumeration getMessages()
getMessages in interface FeedbackModelpublic void clear()
clear in interface FeedbackModelpublic int size()
size in interface FeedbackModelpublic void addActionListener(ActionListener listener)
addActionListener in interface FeedbackModellistener - public void removeActionListener(ActionListener listener)
removeActionListener in interface FeedbackModellistener -
protected abstract void sendFeedback(Message a_message,
FeedbackSpec a_spec)
a_message - a_spec -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||