public abstract class Event
extends java.util.EventObject
Constructor and Description |
---|
Event(java.lang.Object source) |
Event(java.lang.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!
|