FYI: Santiago gave me an interesting feedback today: "invocation.invoke()" seem to not read particularly well as the
"invoke" information is conveyed twice.
I am considering to rename the "invoke" method to "run" or "execute". A question to all: what is your preference?
Marek
On 06/28/2011 04:40 PM, Bill Burke wrote:
>
> invoke()/queue() works nicely with the Command Pattern. A generic subsystem could gather up Invocation requests and
> invoke them without worrying about what the method is or which Client it was created from.
>
> Bill