|
Préférences
Moteurs de recherche
|
||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail.event
|
Constructor Summary | |
---|---|
ConnectionAdapter()
|
Method Summary | |
---|---|
void |
closed(ConnectionEvent e)
Invoked when a Store/Folder/Transport is closed. |
void |
disconnected(ConnectionEvent e)
Invoked when a Store is disconnected. |
void |
opened(ConnectionEvent e)
Invoked when a Store/Folder/Transport is 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)
ConnectionListener
opened
in interface ConnectionListener
public void disconnected(ConnectionEvent e)
ConnectionListener
disconnected
in interface ConnectionListener
public void closed(ConnectionEvent e)
ConnectionListener
closed
in interface ConnectionListener