Package org.javacord.api.listener.server
Interface VoiceServerUpdateListener
-
- All Superinterfaces:
GloballyAttachableListener,ObjectAttachableListener,ServerAttachableListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface VoiceServerUpdateListener extends ServerAttachableListener, GloballyAttachableListener, ObjectAttachableListener
This listener listens to voice server updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonVoiceServerUpdate(VoiceServerUpdateEvent event)This method is called every time a voice server update packet is received.
-
-
-
Method Detail
-
onVoiceServerUpdate
void onVoiceServerUpdate(VoiceServerUpdateEvent event)
This method is called every time a voice server update packet is received.- Parameters:
event- the event.
-
-