EventObject | +--javax.mail.event.MailEvent | +--javax.mail.event.StoreEvent
static int | Indicates that this message is an ALERT. |
static int | Indicates that this message is a NOTICE. |
String | The message text to be presented to the user. |
int | The event type. |
StoreEvent(Store source, int type, String message) Constructor. |
void | dispatch(Object listener) Invokes the appropriate StoreListener method. |
String | Get the message from the Store. |
int | Return the type of this event. |
public static final int ALERT
public static final int NOTICE
protected String message
protected int type
public StoreEvent(Store source, int type, String message)
public void dispatch(Object listener)
public String getMessage()
public int getMessageType()
ALERT
NOTICE