|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionListener
An object that wants to be notified of new remote connections. ConnectionListeners can be registered with an HL7Service in order to receive these notifications.
Method Summary | |
---|---|
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 made. |
Method Detail |
---|
void connectionReceived(Connection c)
void connectionDiscarded(Connection c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |