|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
gnu.inet.http.event.ConnectionEvent
public class ConnectionEvent
A connection event.
| Field Summary | |
|---|---|
static int |
CONNECTION_CLOSED
The connection closed event type. |
protected int |
type
The type of this event. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ConnectionEvent(java.lang.Object source,
int type)
Constructs a connection event with the specified source and type. |
|
| Method Summary | |
|---|---|
int |
getType()
Returns 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 CONNECTION_CLOSED
protected int type
| Constructor Detail |
|---|
public ConnectionEvent(java.lang.Object source,
int type)
| Method Detail |
|---|
public int getType()
type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||