public interface

StoreListener

implements EventListener
com.google.code.javax.mail.event.StoreListener

Class Overview

This is the Listener interface for Store Notifications.

Summary

Public Methods
abstract void notification(StoreEvent e)
Invoked when the Store generates a notification event.

Public Methods

public abstract void notification (StoreEvent e)

Invoked when the Store generates a notification event.

Parameters
e
See Also