public class ConnectionEvent extends MailEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSED
A connection was closed.
|
static int |
DISCONNECTED
A connection was disconnected.
|
static int |
OPENED
A connection was opened.
|
protected int |
type |
| Constructor and Description |
|---|
ConnectionEvent(java.lang.Object source,
int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(java.lang.Object listener) |
int |
getType() |
public static final int OPENED
public static final int DISCONNECTED
public static final int CLOSED
protected int type