gnu.inet.http.event
Class ConnectionEvent
EventObject
gnu.inet.http.event.ConnectionEvent
public class ConnectionEvent
extends EventObject
A connection event.
ConnectionEvent(Object source, int type) - Constructs a connection event with the specified source and type.
|
int | getType() - Returns the type of this event.
|
CONNECTION_CLOSED
public static final int CONNECTION_CLOSED
The connection closed event type.
type
protected int type
The type of this event.
ConnectionEvent
public ConnectionEvent(Object source,
int type)
Constructs a connection event with the specified source and type.
getType
public int getType()
Returns the type of this event.