M
- defines the type of messageA
- defines the type of ActionEventpublic interface IAction<A,M>
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
void |
addMessage(java.lang.String targetId,
M message)
Set message for a specified target component. the component.
|
IAction<A,M> |
clone()
Clone action and containing event.
|
A |
getActionEvent()
Get implementation specific action event.
|
M |
getLastMessage()
Get the action message.
|
java.lang.String |
getSourceId()
Get the caller id.
|
java.lang.String |
getTargetId()
Returns action target id.
|
void |
setMessage(M message)
Set message for target component.
|
void setMessage(M message)
message
- ; the message set to actionvoid addMessage(java.lang.String targetId, M message)
targetId
- ; the actions target idmessage
- ; the message set to actionM getLastMessage()
java.lang.String getSourceId()
A getActionEvent()
IAction<A,M> clone()
java.lang.String getTargetId()