| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | com.google.code.javax.mail.event.MailEvent | ||
| ↳ | com.google.code.javax.mail.event.ConnectionEvent | ||
This class models Connection events.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | CLOSED | A connection was closed. | |||||||||
| int | DISCONNECTED | A connection was disconnected (not currently used). | |||||||||
| int | OPENED | A connection was opened. | |||||||||
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.event.MailEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| type | The event type. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the appropriate ConnectionListener method
| |||||||||||
Return the type of this event
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.event.MailEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
A connection was closed.
A connection was disconnected (not currently used).
A connection was opened.
The event type.
Constructor
| source | The source object |
|---|---|
| type |
Invokes the appropriate ConnectionListener method
| listener |
|---|
Return the type of this event