|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Objects that can notify something.
Field Summary | |
static java.lang.String |
DEBUG_NOTIFICATION
|
static java.lang.String |
ERROR_NOTIFICATION
|
static java.lang.String |
FATAL_NOTIFICATION
|
static java.lang.String |
INFO_NOTIFICATION
|
static java.lang.String |
UNKNOWN_NOTIFICATION
Proposed types of notifications |
static java.lang.String |
WARN_NOTIFICATION
|
Method Summary | |
java.lang.String |
getDescription()
Gets the Description of the Notifying object |
java.util.Map |
getExtraDescriptions()
Gets the ExtraDescriptions of the Notifying object |
java.lang.String |
getMessage()
Gets the Message of the Notifying object |
java.lang.String |
getSender()
Gets the Sender of the Notifying object |
java.lang.String |
getSource()
Gets the Source of the Notifying object |
java.lang.String |
getTitle()
Gets the Title of the Notifying object |
java.lang.String |
getType()
Gets the Type of the Notifying object |
Field Detail |
public static final java.lang.String UNKNOWN_NOTIFICATION
public static final java.lang.String DEBUG_NOTIFICATION
public static final java.lang.String INFO_NOTIFICATION
public static final java.lang.String WARN_NOTIFICATION
public static final java.lang.String ERROR_NOTIFICATION
public static final java.lang.String FATAL_NOTIFICATION
Method Detail |
public java.lang.String getType()
public java.lang.String getTitle()
public java.lang.String getSource()
public java.lang.String getSender()
public java.lang.String getMessage()
public java.lang.String getDescription()
public java.util.Map getExtraDescriptions()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |