|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
MailListener is an interface for implementing a listener to wait for mail arrival events.
To register a listener implementing this interface, call the DeviceControl setMailListener() method.
Events relating to mail arrival are notified by the MailListener interface received() method.
MailListener event notification is made regardless of whether a MIDlet is resident or launched conventionally.
| Field Summary | |
static int |
CBS
Mail type CBS |
static int |
MMS
Mail type MMS |
static int |
SMS
Mail type SMS |
static int |
WEB
Mail type Web push mail |
| Method Summary | |
void |
received(int type)
Called when mail arrives. |
| Field Detail |
public static final int SMS
public static final int MMS
public static final int CBS
public static final int WEB
| Method Detail |
public void received(int type)
type - The type of mail is designated as SMS, MMS, CBS, or WEB.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||