public abstract class Event extends EventObject
source| Constructor and Description |
|---|
Event(Object source) |
Event(Object source,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
(package private) void |
setType(int type) |
(package private) void |
setValues(int type)
This should NOT be called from anyone other than ParserEventSupport!
|
getSource, toString