|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Messagable
An interface to be implemented by objects that are capable of receiving messages to be provided to the user.
Field Summary | |
---|---|
static String |
MESSAGE_PROPERTY
The name of the message property, to be used for publishing update events. |
Method Summary | |
---|---|
void |
setMessage(Message message)
Set the message. |
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Field Detail |
---|
static final String MESSAGE_PROPERTY
Method Detail |
---|
void setMessage(Message message)
The
- message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |