Java Doc for EventTypes.java in  » 6.0-JDK-Modules » j2me » com » sun » midp » events » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » com.sun.midp.events 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.midp.events.EventTypes

EventTypes
final public class EventTypes (Code)
Event type IDs, this should match midpEvents.h.


Field Summary
final public static  intACTIVATE_ALL_EVENT
     Major ID for a pause all event.
final public static  intACTIVATE_MIDLET_EVENT
     Major ID for a activate MIDlet event.
final public static  intAMMS_EVENT
    
final public static  intBACKGROUND_NOTIFY_EVENT
     Major ID for a background notify event.
final public static  intBACKGROUND_REQUEST_EVENT
     Major ID for a background request event.
final public static  intCALL_SERIALLY_EVENT
     Major ID for a call serially event.
final public static  intCOMMAND_EVENT
     Major ID for an Abstract Command.
final public static  intDESTROY_MIDLET_EVENT
     Major ID for a destroy MIDlet event.
final public static  intDISPLAY_CREATED_NOTIFICATION
     Major ID for a Display created notification.
final public static  intEVENT_QUEUE_SHUTDOWN
     The event will shutdown the event queue when processed.
final public static  intEXECUTE_MIDLET_EVENT
     Major ID for a execute MIDlet event.
final public static  intFATAL_ERROR_NOTIFICATION
     This is sent to the AMS isolate when an application isolate has fatal error.
final public static  intFC_DISKS_CHANGED_EVENT
     Major ID for a JSR 75 FileConnection disks changed event.
final public static  intFOREGROUND_NOTIFY_EVENT
     Major ID for a foreground notify event.
final public static  intFOREGROUND_REQUEST_EVENT
     Major ID for a foreground request event.
final public static  intFOREGROUND_TRANSFER_EVENT
     Major ID for an foreground handoff event.
final public static  intINVALIDATE_EVENT
     Major ID for an invalidate event.
final public static  intITEM_EVENT
     Major ID for an item event.
final public static  intKEY_EVENT
     Major ID for an event on a key.
final public static  intMIDLET_ACTIVE_NOTIFICATION
     Major ID for a MIDlet active notification.
final public static  intMIDLET_CREATED_NOTIFICATION
     Major ID for a MIDlet created notification.
final public static  intMIDLET_DESTROYED_NOTIFICATION
     Major ID for a MIDlet destroyed notification.
final public static  intMIDLET_DESTROY_REQUEST_EVENT
     Major ID for a request to destroy a MIDlet event.
final public static  intMIDLET_PAUSED_NOTIFICATION
     Major ID for a MIDlet paused notification.
final public static  intMIDLET_RESUME_REQUEST
     Sent to the AMS isolate when a paused MIDlet is requesting to be moved to active state.
final public static  intMIDLET_RS_PAUSED_NOTIFICATION
    
final public static  intMIDLET_START_ERROR_EVENT
     Major ID for a MIDlet start error event.
final public static  intMMAPI_EVENT
    
final public static  intNATIVE_MIDLET_DESTROY_REQUEST
     Sent by the native system to request a MIDlet be destroyed.
final public static  intNATIVE_MIDLET_EXECUTE_REQUEST
     Sent by the native system to request a MIDlet be created and started.
final public static  intNATIVE_MIDLET_GETINFO_REQUEST
     Sent by the native system to request a MIDlet be destroyed.
final public static  intNATIVE_MIDLET_PAUSE_REQUEST
     Sent by the native system to request a MIDlet be paused.
final public static  intNATIVE_MIDLET_RESUME_REQUEST
     Sent by the native system to request a paused MIDlet be resumed.
final public static  intNATIVE_SET_FOREGROUND_REQUEST
     Sent by the native system to request a MIDlet be in the foreground.
final public static  intPAUSE_ALL_EVENT
     Major ID for a pause all event.
final public static  intPAUSE_MIDLET_EVENT
     Major ID for a pause MIDlet event.
final public static  intPEER_CHANGED_EVENT
     Major ID for a item's native peer state changed event.
final public static  intPEN_EVENT
     Major ID for a pointer event.
final public static  intPREEMPT_EVENT
     Major ID for a preempt event.
final public static  intREPAINT_EVENT
     Major ID for a repaint event.
final public static  intROTATION_EVENT
    
final public static  intSCREEN_CHANGE_EVENT
     Major ID for a screen change event.
final public static  intSCREEN_REPAINT_EVENT
    
final public static  intSELECT_FOREGROUND_EVENT
     User request to show the midlet selection screen, if any.
final public static  intSET_FOREGROUND_BY_NAME_REQUEST
     Sent by the Automation API subsystem to request a MIDlet be in the foreground.
final public static  intSHUTDOWN_EVENT
     Major ID for a shutdown event.
final public static  intTEST_EVENT
     Reserved for testing.



Field Detail
ACTIVATE_ALL_EVENT
final public static int ACTIVATE_ALL_EVENT(Code)
Major ID for a pause all event.



ACTIVATE_MIDLET_EVENT
final public static int ACTIVATE_MIDLET_EVENT(Code)
Major ID for a activate MIDlet event.



AMMS_EVENT
final public static int AMMS_EVENT(Code)
Major ID for AMMS event



BACKGROUND_NOTIFY_EVENT
final public static int BACKGROUND_NOTIFY_EVENT(Code)
Major ID for a background notify event.
  • intParam4 = displayID



BACKGROUND_REQUEST_EVENT
final public static int BACKGROUND_REQUEST_EVENT(Code)
Major ID for a background request event.
  • intParam1 = IsolateID
  • intParam4 = displayID

See Also:   com.sun.midp.main.MIDletProxyList.backgroundRequestEvent



CALL_SERIALLY_EVENT
final public static int CALL_SERIALLY_EVENT(Code)
Major ID for a call serially event.



COMMAND_EVENT
final public static int COMMAND_EVENT(Code)
Major ID for an Abstract Command.



DESTROY_MIDLET_EVENT
final public static int DESTROY_MIDLET_EVENT(Code)
Major ID for a destroy MIDlet event.



DISPLAY_CREATED_NOTIFICATION
final public static int DISPLAY_CREATED_NOTIFICATION(Code)
Major ID for a Display created notification.



EVENT_QUEUE_SHUTDOWN
final public static int EVENT_QUEUE_SHUTDOWN(Code)
The event will shutdown the event queue when processed.



EXECUTE_MIDLET_EVENT
final public static int EXECUTE_MIDLET_EVENT(Code)
Major ID for a execute MIDlet event.
  • stringParam1 = id;
  • stringParam2 = midlet;
  • stringParam3 = displayName;
  • stringParam4 = arg0;
  • stringParam5 = arg1;
  • stringParam6 = arg2;



FATAL_ERROR_NOTIFICATION
final public static int FATAL_ERROR_NOTIFICATION(Code)
This is sent to the AMS isolate when an application isolate has fatal error.



FC_DISKS_CHANGED_EVENT
final public static int FC_DISKS_CHANGED_EVENT(Code)
Major ID for a JSR 75 FileConnection disks changed event.



FOREGROUND_NOTIFY_EVENT
final public static int FOREGROUND_NOTIFY_EVENT(Code)
Major ID for a foreground notify event.
  • intParam4 = displayID



FOREGROUND_REQUEST_EVENT
final public static int FOREGROUND_REQUEST_EVENT(Code)
Major ID for a foreground request event.
  • intParam1 = IsolateID
  • intParam4 = displayID

See Also:   com.sun.midp.main.MIDletProxyList.foregroundRequestEvent



FOREGROUND_TRANSFER_EVENT
final public static int FOREGROUND_TRANSFER_EVENT(Code)
Major ID for an foreground handoff event. This is a request to the AMS to transition the foreground from a current MIDlet to a target MIDlet (by application ID and classname).
  • stringParam1 = current FG MIDlet ID
  • stringParam2 = current FG MIDlet class
  • stringParam3 = target MIDlet ID
  • stringParam4 = target MIDlet class

See Also:   com.sun.midp.main.MIDletProxyList.foregroundTransferEvent



INVALIDATE_EVENT
final public static int INVALIDATE_EVENT(Code)
Major ID for an invalidate event.



ITEM_EVENT
final public static int ITEM_EVENT(Code)
Major ID for an item event.



KEY_EVENT
final public static int KEY_EVENT(Code)
Major ID for an event on a key.



MIDLET_ACTIVE_NOTIFICATION
final public static int MIDLET_ACTIVE_NOTIFICATION(Code)
Major ID for a MIDlet active notification.



MIDLET_CREATED_NOTIFICATION
final public static int MIDLET_CREATED_NOTIFICATION(Code)
Major ID for a MIDlet created notification.



MIDLET_DESTROYED_NOTIFICATION
final public static int MIDLET_DESTROYED_NOTIFICATION(Code)
Major ID for a MIDlet destroyed notification.



MIDLET_DESTROY_REQUEST_EVENT
final public static int MIDLET_DESTROY_REQUEST_EVENT(Code)
Major ID for a request to destroy a MIDlet event.
See Also:   com.sun.midp.main.MIDletProxyList.midletDestroyRequestEvent



MIDLET_PAUSED_NOTIFICATION
final public static int MIDLET_PAUSED_NOTIFICATION(Code)
Major ID for a MIDlet paused notification.



MIDLET_RESUME_REQUEST
final public static int MIDLET_RESUME_REQUEST(Code)
Sent to the AMS isolate when a paused MIDlet is requesting to be moved to active state.



MIDLET_RS_PAUSED_NOTIFICATION
final public static int MIDLET_RS_PAUSED_NOTIFICATION(Code)
MIDlet resources paused notification



MIDLET_START_ERROR_EVENT
final public static int MIDLET_START_ERROR_EVENT(Code)
Major ID for a MIDlet start error event.



MMAPI_EVENT
final public static int MMAPI_EVENT(Code)
Major ID for MMAPI event



NATIVE_MIDLET_DESTROY_REQUEST
final public static int NATIVE_MIDLET_DESTROY_REQUEST(Code)
Sent by the native system to request a MIDlet be destroyed.



NATIVE_MIDLET_EXECUTE_REQUEST
final public static int NATIVE_MIDLET_EXECUTE_REQUEST(Code)
Sent by the native system to request a MIDlet be created and started.



NATIVE_MIDLET_GETINFO_REQUEST
final public static int NATIVE_MIDLET_GETINFO_REQUEST(Code)
Sent by the native system to request a MIDlet be destroyed.



NATIVE_MIDLET_PAUSE_REQUEST
final public static int NATIVE_MIDLET_PAUSE_REQUEST(Code)
Sent by the native system to request a MIDlet be paused.



NATIVE_MIDLET_RESUME_REQUEST
final public static int NATIVE_MIDLET_RESUME_REQUEST(Code)
Sent by the native system to request a paused MIDlet be resumed.



NATIVE_SET_FOREGROUND_REQUEST
final public static int NATIVE_SET_FOREGROUND_REQUEST(Code)
Sent by the native system to request a MIDlet be in the foreground.



PAUSE_ALL_EVENT
final public static int PAUSE_ALL_EVENT(Code)
Major ID for a pause all event.



PAUSE_MIDLET_EVENT
final public static int PAUSE_MIDLET_EVENT(Code)
Major ID for a pause MIDlet event.



PEER_CHANGED_EVENT
final public static int PEER_CHANGED_EVENT(Code)
Major ID for a item's native peer state changed event.



PEN_EVENT
final public static int PEN_EVENT(Code)
Major ID for a pointer event.



PREEMPT_EVENT
final public static int PREEMPT_EVENT(Code)
Major ID for a preempt event.



REPAINT_EVENT
final public static int REPAINT_EVENT(Code)
Major ID for a repaint event.



ROTATION_EVENT
final public static int ROTATION_EVENT(Code)



SCREEN_CHANGE_EVENT
final public static int SCREEN_CHANGE_EVENT(Code)
Major ID for a screen change event.



SCREEN_REPAINT_EVENT
final public static int SCREEN_REPAINT_EVENT(Code)
The event to repaint entire screen



SELECT_FOREGROUND_EVENT
final public static int SELECT_FOREGROUND_EVENT(Code)
User request to show the midlet selection screen, if any.
  • stringParam1 = 1 if midlet should be selected from the list of aunched midlets, if 0 then possibility to launch midlet is needed.

See Also:   com.sun.midp.main.MIDletProxyList.selectForegroundEvent



SET_FOREGROUND_BY_NAME_REQUEST
final public static int SET_FOREGROUND_BY_NAME_REQUEST(Code)
Sent by the Automation API subsystem to request a MIDlet be in the foreground.
  • stringParam1 = MIDlet's suite ID
  • stringParam2 = MIDlet's class name



SHUTDOWN_EVENT
final public static int SHUTDOWN_EVENT(Code)
Major ID for a shutdown event.



TEST_EVENT
final public static int TEST_EVENT(Code)
Reserved for testing.





Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.