StoreListener (Java EE 5)

From Java EE API


javax.mail.event Interface StoreListener

All Superinterfaces:
EventListener

public interface StoreListener
extends EventListener

Implements: java.util.EventListener

这是 Store 通知的 Listener 接口。
英文文档:

This is the Listener interface for Store Notifications.

Author:
John Mani

Method Summary
 void
 

Method Detail

public void notification(StoreEvent e)
当 Store 生成一个通知事件时调用。
See also ALERT, NOTICE
英文文档:

notification

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

See Also:
StoreEvent.ALERT, StoreEvent.NOTICE


Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.