|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail.event
|
Field Summary | |
---|---|
static int |
CLOSED
A connection was closed. |
static int |
DISCONNECTED
A connection was disconnected (not currently used). |
static int |
OPENED
A connection was opened. |
protected int |
type
The event type. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ConnectionEvent(Object source,
int type)
Constructor |
Method Summary | |
---|---|
void |
dispatch(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(Object source, int type)
source
- The source objectMethod Detail |
---|
public int getType()
public void dispatch(Object listener)