Name

javax.mail.event.StoreEvent — This event is called to notify users of actions in the message store.

Synopsis

public class StoreEvent extends MailEvent {
    // Public Constructor
            public StoreEvent(Store store, int type, java.lang.String message);
    // Public Variables
            public static final int ALERT;
            public static final int NOTICE;
    // Protected Variables
            protected int type;
            protected java.lang.String message;
    // Public Methods
            public int getMessageType();
            public java.lang.String getMessage();
            public void dispatch (java.lang.Object listener);
}

Hierarchy

java.lang.Object→java.util.EventObject→javax.mail.event.MailEvent→javax.
mail.event.StoreEvent

Get Programming Internet Email 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.