Uses of Interface
org.javacord.api.listener.channel.ChannelAttachableListenerManager
-
-
Uses of ChannelAttachableListenerManager in org.javacord.api.entity.channel
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceChannelThe class represents a channel.interfaceChannelCategoryThis class represents a channel category.interfaceGroupChannelThis class represents a group channel.interfacePrivateChannelThis class represents a private channel.interfaceServerChannelThis class represents a server channel.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceTextChannelThis class represents a text channel.interfaceVoiceChannelThis class represents a voice channel. -
Uses of ChannelAttachableListenerManager in org.javacord.api.listener.channel
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.listener.channel Modifier and Type Interface Description interfaceTextChannelAttachableListenerManagerThis class can be used to add and retrieveTextChannelAttachableListeners.interfaceVoiceChannelAttachableListenerManagerThis class can be used to add and retrieveVoiceChannelAttachableListeners. -
Uses of ChannelAttachableListenerManager in org.javacord.api.listener.channel.group
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.listener.channel.group Modifier and Type Interface Description interfaceGroupChannelAttachableListenerManagerThis class can be used to add and retrieveGroupChannelAttachableListeners. -
Uses of ChannelAttachableListenerManager in org.javacord.api.listener.channel.server
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.listener.channel.server Modifier and Type Interface Description interfaceChannelCategoryAttachableListenerManagerThis class can be used to add and retrieveChannelCategoryAttachableListeners.interfaceServerChannelAttachableListenerManagerThis class can be used to add and retrieveServerChannelAttachableListeners. -
Uses of ChannelAttachableListenerManager in org.javacord.api.listener.channel.server.text
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.listener.channel.server.text Modifier and Type Interface Description interfaceServerTextChannelAttachableListenerManagerThis class can be used to add and retrieveServerTextChannelAttachableListeners. -
Uses of ChannelAttachableListenerManager in org.javacord.api.listener.channel.server.voice
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.listener.channel.server.voice Modifier and Type Interface Description interfaceServerVoiceChannelAttachableListenerManagerThis class can be used to add and retrieveServerVoiceChannelAttachableListeners. -
Uses of ChannelAttachableListenerManager in org.javacord.api.listener.channel.user
Subinterfaces of ChannelAttachableListenerManager in org.javacord.api.listener.channel.user Modifier and Type Interface Description interfacePrivateChannelAttachableListenerManagerThis class can be used to add and retrievePrivateChannelAttachableListeners.
-