KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > event > StoreEvent

javax.mail.event
Class StoreEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.mail.event.MailEvent
          extended byjavax.mail.event.StoreEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public static final int ALERT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void dispatch(Object listener)
See Also:
MailEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMessageType()
See Also:
NOTICE, ALERT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String message
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NOTICE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StoreEvent(Store store,
                  int type,
                  String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int type
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags