Serializablepublic class ConnectionEvent extends MailEvent
| Modifier and Type | Field | Description |
|---|---|---|
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.
|
source| Constructor | Description |
|---|---|
ConnectionEvent(Object source,
int type) |
Construct a ConnectionEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispatch(Object listener) |
Invokes the appropriate ConnectionListener method
|
int |
getType() |
Return the type of this event
|
getSource, toStringpublic static final int OPENED
public static final int DISCONNECTED
public static final int CLOSED
protected int type
public ConnectionEvent(Object source, int type)
source - The source objecttype - the event typeCopyright © 2018 Oracle. All rights reserved.