public interface ConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionDiscarded(Connection c)
Notifies the listener that a new connection is closed and is being discarded.
|
void |
connectionReceived(Connection c)
Notifies the listener that a new connection has been opened.
|
void connectionReceived(Connection c)
void connectionDiscarded(Connection c)
Copyright © 2001-2013 University Health Network. All Rights Reserved.