|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.service.protocol.event.CallPeerSecurityMessageEvent
public class CallPeerSecurityMessageEvent
The CallPeerSecurityFailedEvent is triggered whenever a problem has occurred during call security process.
| Field Summary | |
|---|---|
static int |
ERROR
This is a ZRTP error message. |
static int |
INFORMATION
This is a information message. |
static int |
SEVERE
This is a severe error. |
static int |
WARNING
This is a warning message. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CallPeerSecurityMessageEvent(CallPeer callPeer,
String eventMessage,
String i18nMessage,
int eventSeverity)
Creates a CallPeerSecurityFailedEvent by specifying the call peer, event type and message associated with this event. |
|
| Method Summary | |
|---|---|
int |
getEventSeverity()
Returns the event severity. |
String |
getI18nMessage()
Returns the internationalized message associated with this event. |
String |
getMessage()
Returns the message associated with this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INFORMATION
public static final int WARNING
public static final int SEVERE
public static final int ERROR
| Constructor Detail |
|---|
public CallPeerSecurityMessageEvent(CallPeer callPeer,
String eventMessage,
String i18nMessage,
int eventSeverity)
callPeer - the call peer implied in this event.eventMessage - the message associated with this event.i18nMessage - the internationalized message associated with this
event that could be shown to the user.eventSeverity - severity level.| Method Detail |
|---|
public String getMessage()
public String getI18nMessage()
public int getEventSeverity()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||