javax.mail.event
接口 StoreListener

所有超级接口:
EventListener

public interface StoreListener
extends EventListener

This is the Listener interface for Store Notifications.

作者:
John Mani

方法摘要
 void notification(StoreEvent e)
          Invoked when the Store generates a notification event.
 

方法详细信息

notification

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

另请参见:
StoreEvent.ALERT, StoreEvent.NOTICE


Copyright © 2013. All Rights Reserved.