public interface IFunctorCall
IFunctor. This may be
used to transport call context and state such as arguments etc.| Modifier and Type | Method and Description |
|---|---|
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.
|
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 receiverCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.