Package | Description |
---|---|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<StoreListener> |
Store.storeListeners |
Modifier and Type | Method and Description |
---|---|
void |
Store.addStoreListener(StoreListener l)
Add a listener for StoreEvents on this Store.
|
void |
Store.removeStoreListener(StoreListener l)
Remove a listener for Store events.
|