Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventObject
javax.mail.event.MailEvent
javax.mail.event.StoreEvent
public class StoreEvent
extends MailEvent
Field Summary | |
static int |
|
static int |
|
protected String |
|
protected int |
|
Constructor Summary | |
|
Method Summary | |
void |
|
String |
|
int |
|
public static final int ALERT
Indicates that this message is an ALERT.
- Field Value:
- 1
public static final int NOTICE
Indicates that this message is a NOTICE.
- Field Value:
- 2
protected String message
The message text to be presented to the user.
protected int type
The event type.
public StoreEvent(Store source, int type, String message)
Constructor.
- Parameters:
source
- The source Store
public String getMessage()
Get the message from the Store.