⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail.event

Interface StoreListener

All Superinterfaces:
EventListener


public interface StoreListener
implements EventListener

This is the Listener interface for Store Notifications.
Author:

Method Summary

void

notification(StoreEvent e)

Invoked when the Store generates a notification event.

Method Details

notification

public void notification(StoreEvent e)

Invoked when the Store generates a notification event.

Parameters:
e