javax.mail.event
Class ConnectionEvent
java.lang.Object
java.util.EventObject
javax.mail.event.MailEvent
javax.mail.event.ConnectionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnectionEvent
- extends MailEvent
- Version:
- $Rev: 125583 $ $Date: 2005-01-18 20:44:27 -0700 (Tue, 18 Jan 2005) $
- See Also:
- Serialized Form
Field Summary |
static int |
CLOSED
A connection was closed. |
static int |
DISCONNECTED
A connection was disconnected. |
static int |
OPENED
A connection was opened. |
protected int |
type
|
Fields inherited from class java.util.EventObject |
source |
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 |
OPENED
public static final int OPENED
- A connection was opened.
- See Also:
- Constant Field Values
DISCONNECTED
public static final int DISCONNECTED
- A connection was disconnected.
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- A connection was closed.
- See Also:
- Constant Field Values
type
protected int type
ConnectionEvent
public ConnectionEvent(java.lang.Object source,
int type)
getType
public int getType()
dispatch
public void dispatch(java.lang.Object listener)
- Specified by:
dispatch
in class MailEvent