| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | com.google.code.javax.mail.event.MailEvent | ||
| ↳ | com.google.code.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.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | ALERT | Indicates that this message is an ALERT. | |||||||||
| int | NOTICE | Indicates that this message is a NOTICE. | |||||||||
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.event.MailEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| message | The message text to be presented to the user. | ||||||||||
| type | The event type. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the appropriate StoreListener method.
| |||||||||||
Get the message from the Store.
| |||||||||||
Return the type of this event.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.event.MailEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Indicates that this message is an ALERT.
Indicates that this message is a NOTICE.
The message text to be presented to the user.
The event type.
Constructor.
| store | The source Store |
|---|---|
| type | |
| message |
Invokes the appropriate StoreListener method.
| listener |
|---|
Get the message from the Store.