java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.Stop
public static class SIPNotification.Stop
STOP notification.
Triggered by: destroy
Event: SIPNotificationListener.onStop
Fields: STOP,api
| Field Summary | |
|---|---|
static int | STOP_API
api stopped |
static int | STOP_SIP
sip stack stopped (not used) |
| Method Summary | |
|---|---|
int | getLine()
endpoint line |
int | getWhat()
get what was stopped (not so useful) |
java.lang.String | getWhatText()
what as string |
| Methods inherited from class webphone.SIPNotification |
|---|
getNotificationType, toString |
| Field Detail |
|---|
public static final int STOP_API
public static final int STOP_SIP
| Method Detail |
|---|
public int getLine()
public int getWhat()
public java.lang.String getWhatText()