java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.Start
public static class SIPNotification.Start
START notification.
Triggered by: startup
Event: SIPNotificationListener.onStart
Fields: START,what
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
static int |
START_API
api started |
static int |
START_SIP
sip stack started |
| Method Summary | |
|---|---|
int |
getWhat()
get what was started |
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 START_API
public static final int START_SIP
| Method Detail |
|---|
public int getWhat()
public java.lang.String getWhatText()