BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-09-2008, 03:32 AM   #1
myraddin
Knows Where the Search Button Is
 
Join Date: Sep 2008
Model: 8900
OS: 4.3-4.6.1
Carrier: t-mobile
Posts: 39
Post Events not being sent immediately

Please Login to Remove!

Hi.

Anyone have a clue on this?

I implemented PhoneListener.
on callConnected(int arg0) I inject few commands.
The trace shows that the events are not being sent immediately.

Example:
Code:
public void callConnected(int arg0) {
       System.out.println("Entering callConnected handler ");
KeyCodeEvent keyEvnt;
       
        keyEvnt= new KeyCodeEvent(KeyCodeEvent.KEY_DOWN, ((char) Keypad.KEY_MENU), 0);
        keyEvnt.post();
        System.out.println("EVENT: KeyCodeEvent: menu - down");
        keyEvnt = new KeyCodeEvent(KeyCodeEvent.KEY_UP, ((char) Keypad.KEY_MENU), 0);
        keyEvnt.post();
        System.out.println("EVENT: KeyCodeEvent: menu - up");

//...
        try {
          Thread.sleep(2000);
        } catch (InterruptedException ex) {
          ex.printStackTrace();
        }
//...
        System.out.println("Exiting callConnected handler ");
}
The trace shows that the events are sent (injected) but they are executed right after the "Exiting ..." trace.

The sleep commands are added so I can track the sequence of events.

(I am using 8110 simulator)
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


solenoid picture

solenoid

$15.00



3/4

3/4" Brass Electric Solenoid Valve 12V 12 VDC Volt DC Water Air Gas VITON NC B21

$36.80



Water Inlet Solenoid Valve for Scotsman Ice Machine Maker 12-2548-01 picture

Water Inlet Solenoid Valve for Scotsman Ice Machine Maker 12-2548-01

$47.19



SA-3786-12 603350 Fuel Shutoff Solenoid Kubota Compatible 721D2 21HP Grasshopper picture

SA-3786-12 603350 Fuel Shutoff Solenoid Kubota Compatible 721D2 21HP Grasshopper

$29.29



3/4

3/4" Brass Electric Solenoid Valve 110V 120V Volt AC Water Air Gas VITON NC B21

$36.20



1/2

1/2" NPT 12V DC Brass Electric Solenoid Valve Water Air Gas Viton NC 12VDC

$33.95







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