ca.uhn.hl7v2.app
Interface ConnectionListener

All Known Implementing Classes:
TestPanel

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
 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

connectionReceived

void connectionReceived(Connection c)
Notifies the listener that a new connection has been made.


connectionDiscarded

void connectionDiscarded(Connection c)
Notifies the listener that a new connection is closed and is being discarded.



Copyright © 2001-2011 University Health Network. All Rights Reserved.