BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 08-07-2008, 02:48 AM   #1
arunk
Talking BlackBerry Encyclopedia
 
arunk's Avatar
 
Join Date: Mar 2008
Model: 8310
PIN: N/A
Carrier: Airtel
Posts: 229
Question How to do call back?

Please Login to Remove!

I want to read the XML contents using http connection in a new thread and once the content has been read, I want the control to comeback to the main thread and execute the statement just after the one which invoked the thread.

something like return the value...

is it possible or any alternate method is there?
Offline  
Old 08-07-2008, 08:03 AM   #2
simon.hain
CrackBerry Addict
 
Join Date: Apr 2005
Location: hamburg, germany
Model: 8900
Carrier: o2
Posts: 838
Default

i'll try to explain it a bit more simple.

you have your application A.
create an interface I. Add a method hurraTheDataAreThere(byte[] data).
Let A implement I.
Alter your connection thread to take an I as a parameter.
The interface there is to limit the access to only this one method.

In code this would look something like
Code:
//in your app
I callback = this;
new ConnectionThread(callback).start();

//in the connectionthread after the data are there
callback.hurraTheDataAreThere(data);

//in the application:
public void hurraTheDataAreThere(byte[] data){
System.out.println("hurra, the data are there! And they are "+data.length+" long");
}
in general you could also just pass the application object to your connection thread. but better to start with best practices instead of learning them later.
__________________
java developer, Devinto, hamburg/germany
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Johnson Controls NAE Metasys MS-NAE5510-2 Ver 5.2 Unit Untested  - with battery picture

Johnson Controls NAE Metasys MS-NAE5510-2 Ver 5.2 Unit Untested - with battery

$198.00



Metasys AS-VAV111-1 Variable Air Volume Digital Controller 24Vac picture

Metasys AS-VAV111-1 Variable Air Volume Digital Controller 24Vac

$139.00



Johnson Controls Metasys SNE 22002 picture

Johnson Controls Metasys SNE 22002

$6995.99



Johnson Controls Metasys M4-CGM09090-0H General Purpose Controller CGM 09090 picture

Johnson Controls Metasys M4-CGM09090-0H General Purpose Controller CGM 09090

$400.00



Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY picture

Johnson Controls Metasys MS-VMA 1610-0 Variable Air Volume Controller / WARRANTY

$200.00



Johnson Controls Metasys NAE MS-NAE5511-1 picture

Johnson Controls Metasys NAE MS-NAE5511-1

$200.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.