com.liferay.portlet.mail.util
Class ConnectionListener

java.lang.Object
  extended by com.liferay.portlet.mail.util.ConnectionListener
All Implemented Interfaces:
java.util.EventListener, javax.mail.event.ConnectionListener

public class ConnectionListener
extends java.lang.Object
implements javax.mail.event.ConnectionListener

View Source

Author:
Alexander Chow

Constructor Summary
ConnectionListener(java.lang.String service)
           
 
Method Summary
 void closed(javax.mail.event.ConnectionEvent event)
           
 void disconnected(javax.mail.event.ConnectionEvent event)
           
 void opened(javax.mail.event.ConnectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionListener

public ConnectionListener(java.lang.String service)
Method Detail

closed

public void closed(javax.mail.event.ConnectionEvent event)
Specified by:
closed in interface javax.mail.event.ConnectionListener

disconnected

public void disconnected(javax.mail.event.ConnectionEvent event)
Specified by:
disconnected in interface javax.mail.event.ConnectionListener

opened

public void opened(javax.mail.event.ConnectionEvent event)
Specified by:
opened in interface javax.mail.event.ConnectionListener