Uses of Interface
org.javacord.api.listener.channel.VoiceChannelAttachableListener
-
Packages that use VoiceChannelAttachableListener Package Description org.javacord.api.listener.channel -
-
Uses of VoiceChannelAttachableListener in org.javacord.api.listener.channel
Subinterfaces of VoiceChannelAttachableListener in org.javacord.api.listener.channel Modifier and Type Interface Description interfaceChannelAttachableListenerThis is a marker interface for listeners that can be attached to aChannel.Methods in org.javacord.api.listener.channel with type parameters of type VoiceChannelAttachableListener Modifier and Type Method Description <T extends VoiceChannelAttachableListener & ObjectAttachableListener>
Collection<ListenerManager<? extends VoiceChannelAttachableListener>>VoiceChannelAttachableListenerManager. addVoiceChannelAttachableListener(T listener)Adds a listener that implements one or moreVoiceChannelAttachableListeners.<T extends VoiceChannelAttachableListener & ObjectAttachableListener>
Map<T,List<Class<T>>>VoiceChannelAttachableListenerManager. getVoiceChannelAttachableListeners()Gets a map with all registered listeners that implement one or moreVoiceChannelAttachableListeners and their assigned listener classes they listen to.<T extends VoiceChannelAttachableListener & ObjectAttachableListener>
voidVoiceChannelAttachableListenerManager. removeListener(Class<T> listenerClass, T listener)Removes a listener from this object.<T extends VoiceChannelAttachableListener & ObjectAttachableListener>
voidVoiceChannelAttachableListenerManager. removeVoiceChannelAttachableListener(T listener)Removes a listener that implements one or moreVoiceChannelAttachableListeners.Methods in org.javacord.api.listener.channel that return types with arguments of type VoiceChannelAttachableListener Modifier and Type Method Description <T extends VoiceChannelAttachableListener & ObjectAttachableListener>
Collection<ListenerManager<? extends VoiceChannelAttachableListener>>VoiceChannelAttachableListenerManager. addVoiceChannelAttachableListener(T listener)Adds a listener that implements one or moreVoiceChannelAttachableListeners.
-