Message
, java.io.Serializable
public class StatusBarMessage extends TextMessage
Modifier and Type | Field | Description |
---|---|---|
static int |
TYPE_ERROR |
Definiert Fehlernachrichten.
|
static int |
TYPE_INFO |
Definiert Info-Nachrichten.
|
static int |
TYPE_SUCCESS |
Definiert Erfolgsnachrichten.
|
Constructor | Description |
---|---|
StatusBarMessage(java.lang.String text,
int type) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
Liefert die Art der Nachricht.
|
public static final int TYPE_SUCCESS
public static final int TYPE_ERROR
public static final int TYPE_INFO
public StatusBarMessage(java.lang.String text, int type)
text
- Nachrichtentext.type
- Art der Nachricht.TYPE_ERROR
,
TYPE_SUCCESS