|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeedbackModel
This interface defines ways of getting and adding messages to a FeedbackModel.
The class contains an enumeration of FeedbackMessages. This enumeration
is built as actions and events occur and FeedbackMessages are added to
the FeedbackModel. The viewing mechanism can then get the messages stored
inside the model.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
addActionListener(ActionListener listener)
to allow ActionListener to regiser with FeedbackModel Supported API: true |
void |
addMessage(Message message)
Adds a Message to the FeedbackModel. |
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 |
int |
size()
returns the total number of feedback messages in the model Supported API: true |
| Methods inherited from interface java.beans.PropertyChangeListener |
|---|
propertyChange |
| Method Detail |
|---|
Enumeration getMessages()
void clear()
int size()
void addActionListener(ActionListener listener)
listener - void removeActionListener(ActionListener listener)
listener -
void addMessage(Message message)
throws WTException
message -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||