当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Interface StoreListener - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.mail.event
Interface StoreListener
- All Superinterfaces:
- java.util.EventListener
- public interface StoreListener
- extends java.util.EventListener
This is the Listener interface for Store Notifications.
notification
public void notification(StoreEvent e)
- Invoked when the Store generates a notification event.
- See Also:
StoreEvent.ALERT
,
StoreEvent.NOTICE