Skip Headers
Oracle® Java ME Embedded Application Management System API Guide
Release 3.4
E35109-03
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

5 AMS Request Manager

This chapter discusses how to use the AMS Request Manager. The AMSRequestManager interface is obtained from the AmsFactory class and is used to set an AMSRequestListener to listen for any special requests for the AMS UI MIDlet. The interface consists of only one method, void setEventListener(AMSRequestListener theListener). This method assigns the request manager listener.

AMSRequestListener Interface

The AMSRequestListener interface is used for processing system requests to the AMS. It consists of two methods: