Package ca.uhn.hl7v2.app
Interface ConnectionListener
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.
- Author:
- Bryan Tripp
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies the listener that a new connection is closed and is being discarded.voidNotifies the listener that a new connection has been opened.
-
Method Details
-
connectionReceived
Notifies the listener that a new connection has been opened. -
connectionDiscarded
Notifies the listener that a new connection is closed and is being discarded.
-