public abstract class ChatInteraction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Utils.ChatEventType |
eventType |
protected JSONObject |
jsonMap |
Constructor and Description |
---|
ChatInteraction() |
ChatInteraction(Utils.ChatEventType eventType) |
Modifier and Type | Method and Description |
---|---|
abstract void |
extractFromJSON(JSONObject json) |
abstract void |
prepareJSON() |
protected Utils.ChatEventType eventType
protected JSONObject jsonMap
public ChatInteraction()
public ChatInteraction(Utils.ChatEventType eventType)