Save This Page
Home » apache-tomcat-6.0.16-src » javax » mail » event » [javadoc | source]
javax.mail.event
abstract public class: MessageCountAdapter [javadoc | source]
java.lang.Object
   javax.mail.event.MessageCountAdapter

All Implemented Interfaces:
    MessageCountListener

An adaptor that receives message count events. This is a default implementation where the handlers perform no action.
Method from javax.mail.event.MessageCountAdapter Summary:
messagesAdded,   messagesRemoved
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.event.MessageCountAdapter Detail:
 public  void messagesAdded(MessageCountEvent event) 
 public  void messagesRemoved(MessageCountEvent event)