File
Doc
Category
Size
Date
Package
StoreListener.java
API Doc
JavaMail 1.4.3
2326
Tue Nov 17 10:38:12 GMT 2009
javax.mail.event
StoreListener
public interface StoreListener implements EventListener
This is the Listener interface for Store Notifications.
author
John Mani
Fields Summary
Constructors Summary
Methods Summary
public void
notification
(
javax.mail.event.StoreEvent
e)
Invoked when the Store generates a notification event.
see
StoreEvent#ALERT
see
StoreEvent#NOTICE
Java Code Source