net.rim.device.api.system
Interface GlobalEventListener


public interface GlobalEventListener

The listener interface for receiving global events.


Method Summary
 void eventOccurred(long guid, int data0, int data1, Object object0, Object object1)
          Invoked when the specified global event occured.
 

Method Detail

eventOccurred

public void eventOccurred(long guid,
                          int data0,
                          int data1,
                          Object object0,
                          Object object1)
Invoked when the specified global event occured.

Parameters:
guid - The guid of the event.
data0 - Additional information associated with the event.
data1 - Additional information associated with the event.
object0 - Additional information associated with the event.
object1 - Additional information associated with the event.
Since:
JDE 3.6


Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.