Package septogeddon.pluginquery.api
Interface QueryConnectionStateListener
- All Superinterfaces:
QueryListener
Listen to
QueryListener.onConnectionStateChange(QueryConnection)
only- Author:
- Thito Yalasatria Sunarya
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onQueryReceived
(QueryConnection connection, String channel, byte[] message) Does nothingMethods inherited from interface septogeddon.pluginquery.api.QueryListener
onConnectionStateChange
-
Method Details
-
onQueryReceived
Does nothing- Specified by:
onQueryReceived
in interfaceQueryListener
- Parameters:
connection
-channel
-message
-
-