Package septogeddon.pluginquery.api
Interface QueryMessageListener
- All Superinterfaces:
QueryListener
- All Known Implementing Classes:
SpigotPluginQuery
- Author:
- Thito Yalasatria Sunarya
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onConnectionStateChange
(QueryConnection connection) Does nothingMethods inherited from interface septogeddon.pluginquery.api.QueryListener
onQueryReceived
-
Method Details
-
onConnectionStateChange
Does nothing- Specified by:
onConnectionStateChange
in interfaceQueryListener
- Parameters:
connection
-
-