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 Type
    Method
    Description
    void
    Notifies the listener that a new connection is closed and is being discarded.
    void
    Notifies the listener that a new connection has been opened.