A
- defines the basic action typeM
- defines the basic message typepublic interface IDelegateDTO<A,M>
Modifier and Type | Method and Description |
---|---|
IAction<A,M> |
getAction()
Returns the action.
|
java.lang.String |
getTarget()
Get the target id to transfer to.
|