public class MessageEvent extends Event
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
WARNING |
source
Constructor and Description |
---|
MessageEvent(Object source) |
MessageEvent(Object source,
int type,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
getText() |
(package private) void |
setText(String text) |
(package private) void |
setValues(int type,
String text)
This should NOT be called from anyone other than ParserEventSupport!
|
String |
toString() |
getSource
public MessageEvent(Object source)