|
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.Objectnet.java.sip.communicator.service.notification.NotificationAction
net.java.sip.communicator.service.notification.LogMessageNotificationAction
public class LogMessageNotificationAction
An implementation of the LogMessageNotificationHandler interface.
| Field Summary | |
|---|---|
static String |
ERROR_LOG_TYPE
Indicates that this log is of type error. |
static String |
INFO_LOG_TYPE
Indicates that this log is of type info. |
static String |
TRACE_LOG_TYPE
Indicates that this log is of type trace. |
| Fields inherited from class net.java.sip.communicator.service.notification.NotificationAction |
|---|
ACTION_COMMAND, ACTION_LOG_MESSAGE, ACTION_POPUP_MESSAGE, ACTION_SOUND, NUM_ACTIONS |
| Constructor Summary | |
|---|---|
LogMessageNotificationAction(String logType)
Creates an instance of LogMessageNotificationHandlerImpl by specifying the log type. |
|
| Method Summary | |
|---|---|
String |
getLogType()
Returns the type of the log |
| Methods inherited from class net.java.sip.communicator.service.notification.NotificationAction |
|---|
getActionType, isEnabled, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TRACE_LOG_TYPE
public static final String INFO_LOG_TYPE
public static final String ERROR_LOG_TYPE
| Constructor Detail |
|---|
public LogMessageNotificationAction(String logType)
logType - the type of the log| Method Detail |
|---|
public String getLogType()
|
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 | |||||||||