|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.mail.event
|
||||||||||||||||||||||||||||||
| Field Summary | |
|---|---|
static int |
ENVELOPE_CHANGED
The message's envelope (headers, but not body) changed. |
static int |
FLAGS_CHANGED
The message's flags changed. |
protected Message |
msg
The message that changed. |
protected int |
type
The event type. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
MessageChangedEvent(Object source,
int type,
Message msg)
Constructor. |
|
| Method Summary | |
|---|---|
void |
dispatch(Object listener)
Invokes the appropriate MessageChangedListener method. |
Message |
getMessage()
Return the changed Message. |
int |
getMessageChangeType()
Return 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 FLAGS_CHANGED
public static final int ENVELOPE_CHANGED
protected int type
protected transient Message msg
| Constructor Detail |
|---|
public MessageChangedEvent(Object source, int type, Message msg)
source - The folder that owns the messagetype - The change typemsg - The changed message| Method Detail |
|---|
public int getMessageChangeType()
public Message getMessage()
public void dispatch(Object listener)