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

All Implemented Interfaces:
    Serializable

Field Summary
public static final  int OPENED    A connection was opened. 
public static final  int DISCONNECTED    A connection was disconnected. 
public static final  int CLOSED    A connection was closed. 
protected  int type     
Constructor:
 public ConnectionEvent(Object source,
    int type) 
Method from javax.mail.event.ConnectionEvent Summary:
dispatch,   getType
Methods from javax.mail.event.MailEvent:
dispatch
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.event.ConnectionEvent Detail:
 public  void dispatch(Object listener) 
 public int getType()