|
||||||||||||
| 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
A store notification event.
| Field Summary | |
|---|---|
static int |
ALERT
Indicates that this message is an ALERT. |
protected java.lang.String |
message
The message text to be presented to the user. |
static int |
NOTICE
Indicates that this message is a NOTICE. |
protected int |
type
The event type. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
StoreEvent(Store source,
int type,
java.lang.String message)
Constructor. |
|
| Method Summary | |
|---|---|
void |
dispatch(java.lang.Object listener)
Invokes the appropriate listener method. |
java.lang.String |
getMessage()
Returns the notification message. |
int |
getMessageType()
Returns the type of this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ALERT
public static final int NOTICE
protected int type
protected java.lang.String message
| Constructor Detail |
public StoreEvent(Store source,
int type,
java.lang.String message)
source - the storetype - the type of event (ALERT or NOTICE)message - the notification message| Method Detail |
public int getMessageType()
public 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 | |||||||||||