|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.event.ConnectionAdapter
An adaptor that receives connection events. This is a default implementation where the handlers perform no action.
Constructor Summary | |
ConnectionAdapter()
|
Method Summary | |
void |
closed(ConnectionEvent event)
Called when a connection is closed. |
void |
disconnected(ConnectionEvent event)
Called when a connection is disconnected. |
void |
opened(ConnectionEvent event)
Called when a connection 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 closed(ConnectionEvent event)
ConnectionListener
closed
in interface ConnectionListener
public void disconnected(ConnectionEvent event)
ConnectionListener
disconnected
in interface ConnectionListener
public void opened(ConnectionEvent event)
ConnectionListener
opened
in interface ConnectionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |