|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Implementation is an interface to different J2ME implementations. It provides access to the three parts of the environment relevant for DynaWorks applications:
1) Graphics: access to the screen
2) Audio: access to the audio subsystem
3) Events: user-interaction events
The interface can register EventSink objects and provides access to Graphics and Audio implementations.
EventQueue,
Graphics,
Audio| Method Summary | |
Audio |
getAudio()
get access to the Audio implementation. |
Database |
getDatabase(java.lang.String id)
get a database object identified by a string. |
Graphics |
getGraphics()
get access to the Graphics implementation. |
void |
register(EventQueue queue)
registration of the EventQueue. |
| Method Detail |
public void register(EventQueue queue)
queue - EventQueue - handler for system events.public Graphics getGraphics()
public Audio getAudio()
public Database getDatabase(java.lang.String id)
id - String - identifying name of the database.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||