org.lastbamboo.common.sip.client
Interface SipClientCloseListener

All Known Subinterfaces:
SipClientTracker
All Known Implementing Classes:
SipClientTrackerImpl

public interface SipClientCloseListener

Interface for classes wishing to be notified when we lose connections to SIP servers.


Method Summary
 void onClose(SipClient client)
          Called when the specified SIP client connection to a server is lost.
 

Method Detail

onClose

void onClose(SipClient client)
Called when the specified SIP client connection to a server is lost.

Parameters:
client - The client connection that has closed.


Copyright © 2013 LittleShoot. All Rights Reserved.