|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.event.ConnectionAdapter
public abstract class ConnectionAdapter
An adapter for connection events.
| Constructor Summary | |
|---|---|
ConnectionAdapter()
|
|
| Method Summary | |
|---|---|
void |
closed(ConnectionEvent e)
A service or folder was closed. |
void |
disconnected(ConnectionEvent e)
A service was disconnected. |
void |
opened(ConnectionEvent e)
A service or folder was opened. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionAdapter()
| Method Detail |
|---|
public void opened(ConnectionEvent e)
opened in interface ConnectionListenerpublic void disconnected(ConnectionEvent e)
disconnected in interface ConnectionListenerpublic void closed(ConnectionEvent e)
closed in interface ConnectionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||