public interface Message
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
ERROR
ERROR message type
|
static int |
INFO
INFO message type
|
static int |
WARNING
WARNING message yype
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns a localised message.
|
int |
getType()
Returns the type of the message.
|
static final java.lang.String COPYRIGHT
static final int INFO
static final int WARNING
static final int ERROR
java.lang.String getMessage()
int getType()