public abstract class GuessingEvent extends Event
Constructor and Description |
---|
GuessingEvent(java.lang.Object source) |
GuessingEvent(java.lang.Object source,
int type) |
Modifier and Type | Method and Description |
---|---|
int |
getGuessing() |
(package private) void |
setGuessing(int guessing) |
(package private) void |
setValues(int type,
int guessing)
This should NOT be called from anyone other than ParserEventSupport!
|