|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
Invocation context for behaviour methods. Can be used in conjunction with
| Method Summary | |
|---|---|
Object[] |
getParameters()
The parameter values used in this message. |
Object |
getTarget()
The receiver of this message. |
Object |
proceed()
Called to allow the message to proceed to the next implementation method. |
void |
setParameters(Object[] objParameters)
The parameter values used in this message. |
| Method Detail |
|---|
Object getTarget()
Object[] getParameters()
void setParameters(Object[] objParameters)
Object proceed()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||