Hi All
How Callback in J2ME can be done? Any nice idea regarding this topic will be highly appreciated.
BR
Javed
Hi All
How Callback in J2ME can be done? Any nice idea regarding this topic will be highly appreciated.
BR
Javed
Hi Javed,
you cannot directly pass functions as arguments within J2me, so one simple approach would be to define an interface (let's say: ICallback) with one method to be called back.
Pit
Hello guys
Is there any doc related to callback in j2me???
Hi Aliencse,
try clarifying better your question, so someone can help you.
Pit
Have someone the idea on the callback of talkonaut? through which they(talkonaut) did real time voice send and receive?
@Pit
have idea on it????
I think this explains it
From Talkonaut FAQ
So they are not really using Java for the call (or audio recording).Java version of Talkonaut utilizes "callback" technique to make voice calls. This means, when it is necessary, our system (GTalk2VoIP gateway) calls back to your mobile phone, then calls to your recipient, after that it merges two voice calls in one.
I think the idea is that if the calls are in both ends made locally, the call is cheaper if you use talkonaut in between, than if you would pay for the long distance calls.
Hartti