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