Package net.dv8tion.jda.internal.handle
Interface GuildSetupController.StatusListener
- Enclosing class:
GuildSetupController
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStatusChange
(long guildId, GuildSetupController.Status oldStatus, GuildSetupController.Status newStatus)
-
Method Details
-
onStatusChange
void onStatusChange(long guildId, GuildSetupController.Status oldStatus, GuildSetupController.Status newStatus)
-