|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Notifying
Interface for Objects that can notify something.
Field Summary | |
---|---|
static String |
DEBUG_NOTIFICATION
|
static String |
ERROR_NOTIFICATION
|
static String |
EXTRA_CAUSE
|
static String |
EXTRA_COLUMN
|
static String |
EXTRA_FULLTRACE
|
static String |
EXTRA_LINE
|
static String |
EXTRA_LOCATION
|
static String |
EXTRA_REQUESTURI
|
static String |
EXTRA_STACKTRACE
|
static String |
FATAL_NOTIFICATION
|
static String |
INFO_NOTIFICATION
|
static String |
UNKNOWN_NOTIFICATION
|
static String |
WARN_NOTIFICATION
|
Method Summary | |
---|---|
String |
getDescription()
Gets the Description of the Notifying object |
Map |
getExtraDescriptions()
Gets the ExtraDescriptions of the Notifying object |
String |
getMessage()
Gets the Message of the Notifying object |
String |
getSender()
Gets the Sender of the Notifying object |
String |
getSource()
Gets the Source of the Notifying object |
String |
getTitle()
Gets the Title of the Notifying object |
String |
getType()
Gets the Type of the Notifying object |
Field Detail |
---|
static final String UNKNOWN_NOTIFICATION
static final String DEBUG_NOTIFICATION
static final String INFO_NOTIFICATION
static final String WARN_NOTIFICATION
static final String ERROR_NOTIFICATION
static final String FATAL_NOTIFICATION
static final String EXTRA_LOCATION
static final String EXTRA_LINE
static final String EXTRA_COLUMN
static final String EXTRA_REQUESTURI
static final String EXTRA_CAUSE
static final String EXTRA_STACKTRACE
static final String EXTRA_FULLTRACE
Method Detail |
---|
String getType()
String getTitle()
String getSource()
String getSender()
String getMessage()
String getDescription()
Map getExtraDescriptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |