A - defines the basic message typeM - defines the basic message typepublic interface IDelegateDTO<A,M>
| Modifier and Type | Method and Description |
|---|---|
Message<A,M> |
getMessage()
Returns the message.
|
java.lang.String |
getTarget()
Get the target id to transfer to.
|
boolean |
isPerspective()
returns true when message target is a perspective.
|