|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFunctorCall
An object representing the actual call of an IFunctor
. This may be
used to transport call context and state such as arguments etc.
Method Summary | |
---|---|
IArgs |
getArgs()
The arguments currently associated with the call. |
Object |
getReceiver()
The receiver for the behavior implemented. |
void |
setArgs(IArgs args)
Assign an argument list for the call. |
void |
setReceiver(Object receiver)
Assign a new receiver. |
Method Detail |
---|
IArgs getArgs()
Object getReceiver()
void setArgs(IArgs args)
This is for example useful when handling with declarations modifying the original functor call.
void setReceiver(Object receiver)
receiver
- The new receiver
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |