public class ReadyHandler extends SocketHandler
allContent, api, responseNumber
Constructor and Description |
---|
ReadyHandler(JDAImpl api) |
Modifier and Type | Method and Description |
---|---|
void |
acknowledgeGuild(Guild guild,
boolean available,
boolean requiresChunking,
boolean requiresSync) |
void |
clearCache() |
void |
guildLoadComplete(org.json.JSONObject content) |
void |
guildSetupComplete(Guild guild) |
protected java.lang.String |
handleInternally(org.json.JSONObject content)
Handles a given data-json of the Event handled by this Handler.
|
handle
public ReadyHandler(JDAImpl api)
protected java.lang.String handleInternally(org.json.JSONObject content)
SocketHandler
handleInternally
in class SocketHandler
content
- the content of the event to handlepublic void guildLoadComplete(org.json.JSONObject content)
public void acknowledgeGuild(Guild guild, boolean available, boolean requiresChunking, boolean requiresSync)
public void guildSetupComplete(Guild guild)
public void clearCache()