| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.mail.event.MailEvent
javax.mail.event.ConnectionEvent
This class models Connection events.
| Field Summary | |
| static int | CLOSEDA connection was closed. | 
| static int | DISCONNECTEDA connection was disconnected (not currently used). | 
| static int | OPENEDA connection was opened. | 
| protected  int | typeThe event type. | 
| Fields inherited from class java.util.EventObject | 
| source | 
| Constructor Summary | |
| ConnectionEvent(java.lang.Object source,
                int type)Constructor | |
| Method Summary | |
|  void | dispatch(java.lang.Object listener)Invokes the appropriate ConnectionListener method | 
|  int | getType()Return the type of this event | 
| Methods inherited from class java.util.EventObject | 
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final int OPENED
public static final int DISCONNECTED
public static final int CLOSED
protected int type
| Constructor Detail | 
public ConnectionEvent(java.lang.Object source,
                       int type)
source - The source object| Method Detail | 
public int getType()
public void dispatch(java.lang.Object listener)
dispatch in class MailEvent| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.