Package javax.mail.event
Interface StoreListener
-
- All Superinterfaces:
java.util.EventListener
public interface StoreListener extends java.util.EventListener
A listener for store notifications.- Version:
- 1.4
- Author:
- Chris Burdess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notification(StoreEvent e)
The store generated a notification event.
-
-
-
Method Detail
-
notification
void notification(StoreEvent e)
The store generated a notification event.
-
-