Uses of Class
org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
| Package | Description |
|---|---|
| org.ghotibeaun.json.parser.jep.eventhandler | |
| org.ghotibeaun.json.parser.jep.eventhandler.event | |
| org.ghotibeaun.json.parser.jep.eventprovider |
-
Uses of JSONEvent in org.ghotibeaun.json.parser.jep.eventhandler
Methods in org.ghotibeaun.json.parser.jep.eventhandler with parameters of type JSONEvent Modifier and Type Method Description StringEventHandler. getDataValue(JSONEvent event)voidConsoleEventHandler. handleEvent(JSONEvent event)abstract voidEventHandler. handleEvent(JSONEvent event)voidJSONEventHandler. handleEvent(JSONEvent event)voidStackEventHandler. handleEvent(JSONEvent event) -
Uses of JSONEvent in org.ghotibeaun.json.parser.jep.eventhandler.event
Subclasses of JSONEvent in org.ghotibeaun.json.parser.jep.eventhandler.event Modifier and Type Class Description classJSONDataEventclassJSONTokenEventMethods in org.ghotibeaun.json.parser.jep.eventhandler.event that return JSONEvent Modifier and Type Method Description static JSONEventJSONEvent. newDataEvent(ByteBuffer data, JSONEventType type)static JSONEventJSONEvent. newDataEvent(ByteBuffer data, JSONEventType type, int lineNumber, int column)static JSONEventJSONEvent. newTokenEvent(JSONEventType type)static JSONEventJSONEvent. newTokenEvent(JSONEventType type, int lineNumber, int column) -
Uses of JSONEvent in org.ghotibeaun.json.parser.jep.eventprovider
Methods in org.ghotibeaun.json.parser.jep.eventprovider with parameters of type JSONEvent Modifier and Type Method Description abstract voidEventProvider. notifyEvent(JSONEvent event)voidJSONEventProvider. notifyEvent(JSONEvent event)