Name

MessageChangedListener

Synopsis

This is a listener that allows an object to be notified of change to the envelope or flags of a Message object.

                  Passed To
public interface MessageChangedListener extends java.util.EventListener {
// Public Instance Methods
   public abstract void messageChanged(
        MessageChangedEvent e);  
}

Passed To

Folder.{addMessageChangedListener(), removeMessageChangedListener()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.