public abstract class GuessingEvent extends Event
source| Constructor and Description |
|---|
GuessingEvent(Object source) |
GuessingEvent(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!
|
getSource, toString