javax.mail.event
Class MessageChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.mail.event.MailEvent
          extended by javax.mail.event.MessageChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class MessageChangedEvent
extends MailEvent

This class models Message change events.

Author:
John Mani
See Also:
Serialized Form

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(java.lang.Object source, int type, Message msg)
          Constructor.
 
Method Summary
 void dispatch(java.lang.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

FLAGS_CHANGED

public static final int FLAGS_CHANGED
The message's flags changed.

See Also:
Constant Field Values

ENVELOPE_CHANGED

public static final int ENVELOPE_CHANGED
The message's envelope (headers, but not body) changed.

See Also:
Constant Field Values

type

protected int type
The event type.


msg

protected transient Message msg
The message that changed.

Constructor Detail

MessageChangedEvent

public MessageChangedEvent(java.lang.Object source,
                           int type,
                           Message msg)
Constructor.

Parameters:
source - The folder that owns the message
type - The change type
msg - The changed message
Method Detail

getMessageChangeType

public int getMessageChangeType()
Return the type of this event.

Returns:
type

getMessage

public Message getMessage()
Return the changed Message.

Returns:
the message

dispatch

public void dispatch(java.lang.Object listener)
Invokes the appropriate MessageChangedListener method.

Specified by:
dispatch in class MailEvent


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.