javax.mail.event
public class ConnectionEvent extends MailEvent
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 |
Constructor Summary | |
---|---|
ConnectionEvent(Object source, int type) |
Method Summary | |
---|---|
void | dispatch(Object listener) |
int | getType() |