| Package | Description |
|---|---|
| com.echomine.net |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionListener.connectionClosed(ConnectionEvent e)
The event is fired when the connection is closed normally or abnormally.
|
void |
ConnectionListener.connectionEstablished(ConnectionEvent e)
This event is fired when a connection is fully established.
|
void |
ConnectionListener.connectionStarting(ConnectionEvent e)
This event is fired when a connection is just starting.
|
protected void |
TimeableConnection.fireConnectionClosed(ConnectionEvent event) |
protected void |
Connection.fireConnectionClosed(ConnectionEvent event) |
protected void |
TimeableConnection.fireConnectionEstablished(ConnectionEvent event) |
protected void |
Connection.fireConnectionEstablished(ConnectionEvent event) |
protected void |
Connection.fireConnectionStarting(ConnectionEvent event,
ConnectionEvent vetoEvent)
convenience method to fire off connection starting events.
|
protected void |
Connection.fireConnectionStartingWithoutVeto(ConnectionEvent event)
this method is specially designed to fire off the event without capturing the veto exception.
|
Copyright © 2001-2005 Echomine. All Rights Reserved.