javax.mail.event
Class StoreEvent
java.lang.Object
java.util.EventObject
javax.mail.event.MailEvent
javax.mail.event.StoreEvent
- All Implemented Interfaces:
- Serializable
- public class StoreEvent
- extends MailEvent
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $
- See Also:
- Serialized Form
ALERT
public static final int ALERT
- See Also:
- Constant Field Values
NOTICE
public static final int NOTICE
- See Also:
- Constant Field Values
type
protected int type
message
protected String message
StoreEvent
public StoreEvent(Store store,
int type,
String message)
getMessageType
public int getMessageType()
getMessage
public String getMessage()
dispatch
public void dispatch(Object listener)
- Specified by:
dispatch
in class MailEvent
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.