Asynch method calls
Posted: Fri Aug 07, 2009 11:40 am
by Lukas Hazlehurst >> Sun, 28 Feb 1999 3:12:30 GMT
I am working on some asynchronous method calls which use a similiar method callback technique to the TcpIpConnection asynch calls, that is, you provide an object and the name of a method and that method on that object will be called when the action is complete.
So far i have been using the sendMsg method of the Object class to call a method by its name. This is fine, my question is, how do you pass parameters into the method when using the sendMsg method ?
Any help appreciated,
Lukas.
(ps, apologise for the blank message previously)
I am working on some asynchronous method calls which use a similiar method callback technique to the TcpIpConnection asynch calls, that is, you provide an object and the name of a method and that method on that object will be called when the action is complete.
So far i have been using the sendMsg method of the Object class to call a method by its name. This is fine, my question is, how do you pass parameters into the method when using the sendMsg method ?
Any help appreciated,
Lukas.
(ps, apologise for the blank message previously)