javax.mail.event
Interface StoreListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
IMAPTest

public interface StoreListener
extends java.util.EventListener

A listener for store notifications.


Method Summary
 void notification(StoreEvent e)
          The store generated a notification event.
 

Method Detail

notification

void notification(StoreEvent e)
The store generated a notification event.