|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.mail.event.MailEvent
javax.mail.event.StoreEvent
This class models notifications from the Store connection. These notifications can be ALERTS or NOTICES. ALERTS must be presented to the user in a fashion that calls the user's attention to the message.
| Field Summary | |
static int |
ALERT
Indicates that this message is an ALERT. |
static int |
NOTICE
Indicates that this message is a NOTICE. |
| Constructor Summary | |
StoreEvent(Store store,
int type,
java.lang.String message)
Constructor. |
|
| Method Summary | |
void |
dispatch(java.lang.Object listener)
Invokes the appropriate StoreListener method. |
java.lang.String |
getMessage()
Get the message from the Store. |
int |
getMessageType()
Return the type of this event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ALERT
public static final int NOTICE
| Constructor Detail |
public StoreEvent(Store store,
int type,
java.lang.String message)
| Method Detail |
public int getMessageType()
ALERT,
NOTICEpublic java.lang.String getMessage()
public void dispatch(java.lang.Object listener)
dispatch in class MailEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||