public interface RASIMessageEvent
RASIMessageEvent
defines a set of constants related to
RASMessageEvents
.Modifier and Type | Field and Description |
---|---|
static long |
ALL_MESSAGE_MASK
Deprecated.
Defines a mask containing all of the possible message types.
|
static long |
DEFAULT_MESSAGE_MASK
Deprecated.
Defines the default mask, which includes the message types to be
processed by the
RASIHandler . |
static long |
TYPE_ERR
Deprecated.
Defines an error message.
|
static long |
TYPE_ERROR
Deprecated.
Defines an error message.
|
static long |
TYPE_INFO
Deprecated.
Defines an informational message.
|
static long |
TYPE_INFORMATION
Deprecated.
Defines an informational message.
|
static long |
TYPE_WARN
Deprecated.
Defines a warning message.
|
static long |
TYPE_WARNING
Deprecated.
Defines a warning message.
|
static final long TYPE_INFO
static final long TYPE_INFORMATION
static final long TYPE_WARN
static final long TYPE_WARNING
static final long TYPE_ERR
static final long TYPE_ERROR
static final long DEFAULT_MESSAGE_MASK
RASIHandler
.static final long ALL_MESSAGE_MASK