webphone
Class SIPNotification.Stop

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

public static class SIPNotification.Stop
extends SIPNotification

STOP notification.
Triggered by: destroy
Event: SIPNotificationListener.onStop
Fields: STOP,api


Field Summary
static intSTOP_API
          api stopped
static intSTOP_SIP
          sip stack stopped (not used)
 
Method Summary
 intgetLine()
          endpoint line
 intgetWhat()
          get what was stopped (not so useful)
 java.lang.StringgetWhatText()
          what as string
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
   

Field Detail

STOP_API

public static final int STOP_API
api stopped

See Also:
Constant Field Values

STOP_SIP

public static final int STOP_SIP
sip stack stopped (not used)

See Also:
Constant Field Values
 
Method Detail

getLine

public int getLine()
endpoint line


getWhat

public int getWhat()
get what was stopped (not so useful)


getWhatText

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