Uses of Interface
org.javacord.api.listener.channel.TextChannelAttachableListenerManager
-
Packages that use TextChannelAttachableListenerManager Package Description org.javacord.api.entity.channel org.javacord.api.listener.channel.server.text org.javacord.api.listener.channel.user -
-
Uses of TextChannelAttachableListenerManager in org.javacord.api.entity.channel
Subinterfaces of TextChannelAttachableListenerManager in org.javacord.api.entity.channel Modifier and Type Interface Description interfacePrivateChannelThis class represents a private channel.interfaceServerTextChannelThis class represents a server text channel.interfaceServerThreadChannelThis class represents a channel thread.interfaceTextChannelThis class represents a text channel. -
Uses of TextChannelAttachableListenerManager in org.javacord.api.listener.channel.server.text
Subinterfaces of TextChannelAttachableListenerManager in org.javacord.api.listener.channel.server.text Modifier and Type Interface Description interfaceServerTextChannelAttachableListenerManagerThis class can be used to add and retrieveServerTextChannelAttachableListeners. -
Uses of TextChannelAttachableListenerManager in org.javacord.api.listener.channel.user
Subinterfaces of TextChannelAttachableListenerManager in org.javacord.api.listener.channel.user Modifier and Type Interface Description interfacePrivateChannelAttachableListenerManagerThis class can be used to add and retrievePrivateChannelAttachableListeners.
-