webphone
Class SIPNotification.NewContact

java.lang.Object
  extended by webphone.SIPNotification
      extended by webphone.SIPNotification.NewContact
Enclosing class:
SIPNotification

public static class SIPNotification.NewContact
extends SIPNotification

NEWUSER notification.
Triggered by: new contact request
Event: SIPNotificationListener.onNewContact
Fields: NEWUSER,usrname,displayname


Method Summary
 java.lang.StringgetDisplayname()
          display name
 java.lang.StringgetUsername()
          username
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
  

Method Detail

getUsername

public java.lang.String getUsername()
username


getDisplayname

public java.lang.String getDisplayname()
display name