|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionEvent | |
|---|---|
| com.echomine.net | |
| Uses of ConnectionEvent in com.echomine.net |
|---|
| Methods in com.echomine.net with parameters of type ConnectionEvent | |
|---|---|
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 |
Connection.fireConnectionClosed(ConnectionEvent event)
|
protected void |
TimeableConnection.fireConnectionClosed(ConnectionEvent event)
|
protected void |
Connection.fireConnectionEstablished(ConnectionEvent event)
|
protected void |
TimeableConnection.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||