org.lastbamboo.common.sip.proxy
Interface RegistrationListener


public interface RegistrationListener

Interface for classes listening to SIP registration events.


Method Summary
 void onRegistered(URI uri)
          Called when the specified SIP URI has registered.
 void onUnregistered(URI uri)
          Called when the specified SIP URI is no longer registered.
 

Method Detail

onRegistered

void onRegistered(URI uri)
Called when the specified SIP URI has registered.

Parameters:
uri - The SIP URI of the registered user.

onUnregistered

void onUnregistered(URI uri)
Called when the specified SIP URI is no longer registered.

Parameters:
uri - The SIP URI of the registered user.


Copyright © 2013 LittleShoot. All Rights Reserved.