webphone
Class SIPNotification.Start

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

public static class SIPNotification.Start
extends SIPNotification

START notification.
Triggered by: startup
Event: SIPNotificationListener.onStart
Fields: START,what


Field Summary
static intSTART_API
          api started
static intSTART_SIP
          sip stack started
 
Method Summary
 intgetLine()
          endpoint line
 intgetWhat()
          get what was started
 java.lang.StringgetWhatText()
          what as string
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
   

Field Detail

START_API

public static final int START_API
api started

See Also:
Constant Field Values

START_SIP

public static final int START_SIP
sip stack started

See Also:
Constant Field Values
 
Method Detail

getLine

public int getLine()
endpoint line


getWhat

public int getWhat()
get what was started


getWhatText

public java.lang.String getWhatText()
what as string