Uses of Interface
org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListener
-
-
Uses of ServerTextChannelAttachableListener in org.javacord.api.listener.channel
Subinterfaces of ServerTextChannelAttachableListener in org.javacord.api.listener.channel Modifier and Type Interface Description interfaceChannelAttachableListenerThis is a marker interface for listeners that can be attached to aChannel.interfaceTextChannelAttachableListenerThis is a marker interface for listeners that can be attached to aTextChannel. -
Uses of ServerTextChannelAttachableListener in org.javacord.api.listener.channel.server
Subinterfaces of ServerTextChannelAttachableListener in org.javacord.api.listener.channel.server Modifier and Type Interface Description interfaceServerChannelAttachableListenerThis is a marker interface for listeners that can be attached to aServerChannel.interfaceServerChannelChangeNameListenerThis listener listens to server channel name changes.interfaceServerChannelChangeNsfwFlagListenerThis listener listens to server channel nsfw flag changes.interfaceServerChannelChangeOverwrittenPermissionsListenerThis listener listens to server channel overwritten permissions changes.interfaceServerChannelChangePositionListenerThis listener listens to server channel position changes.interfaceServerChannelDeleteListenerThis listener listens to server channel deletions. -
Uses of ServerTextChannelAttachableListener in org.javacord.api.listener.channel.server.text
Subinterfaces of ServerTextChannelAttachableListener in org.javacord.api.listener.channel.server.text Modifier and Type Interface Description interfaceServerTextChannelChangeSlowmodeListenerThis listener listens to server text channel slowmode delay changes.interfaceServerTextChannelChangeTopicListenerThis listener listens to server text channel topic changes.interfaceWebhooksUpdateListenerThis listener listens to webhook updates.Methods in org.javacord.api.listener.channel.server.text with type parameters of type ServerTextChannelAttachableListener Modifier and Type Method Description <T extends ServerTextChannelAttachableListener & ObjectAttachableListener>
Collection<ListenerManager<? extends ServerTextChannelAttachableListener>>ServerTextChannelAttachableListenerManager. addServerTextChannelAttachableListener(T listener)Adds a listener that implements one or moreServerTextChannelAttachableListeners.<T extends ServerTextChannelAttachableListener & ObjectAttachableListener>
Map<T,List<Class<T>>>ServerTextChannelAttachableListenerManager. getServerTextChannelAttachableListeners()Gets a map with all registered listeners that implement one or moreServerTextChannelAttachableListeners and their assigned listener classes they listen to.<T extends ServerTextChannelAttachableListener & ObjectAttachableListener>
voidServerTextChannelAttachableListenerManager. removeListener(Class<T> listenerClass, T listener)Removes a listener from this object.<T extends ServerTextChannelAttachableListener & ObjectAttachableListener>
voidServerTextChannelAttachableListenerManager. removeServerTextChannelAttachableListener(T listener)Removes a listener that implements one or moreServerTextChannelAttachableListeners.Methods in org.javacord.api.listener.channel.server.text that return types with arguments of type ServerTextChannelAttachableListener Modifier and Type Method Description <T extends ServerTextChannelAttachableListener & ObjectAttachableListener>
Collection<ListenerManager<? extends ServerTextChannelAttachableListener>>ServerTextChannelAttachableListenerManager. addServerTextChannelAttachableListener(T listener)Adds a listener that implements one or moreServerTextChannelAttachableListeners. -
Uses of ServerTextChannelAttachableListener in org.javacord.api.listener.message
Subinterfaces of ServerTextChannelAttachableListener in org.javacord.api.listener.message Modifier and Type Interface Description interfaceCachedMessagePinListenerThis listener listens to message pins of cached messages.interfaceCachedMessageUnpinListenerThis listener listens to message unpins of cached messages.interfaceChannelPinsUpdateListenerThis listener listens to channel pin updates.interfaceMessageCreateListenerThis listener listens to message creations.interfaceMessageDeleteListenerThis listener listens to message deletions.interfaceMessageEditListenerThis listener listens to message edits. -
Uses of ServerTextChannelAttachableListener in org.javacord.api.listener.message.reaction
Subinterfaces of ServerTextChannelAttachableListener in org.javacord.api.listener.message.reaction Modifier and Type Interface Description interfaceReactionAddListenerThis listener listens to reaction adding.interfaceReactionRemoveAllListenerThis listener listens to all reaction being delete at once.interfaceReactionRemoveListenerThis listener listens to reaction deletions. -
Uses of ServerTextChannelAttachableListener in org.javacord.api.listener.user
Subinterfaces of ServerTextChannelAttachableListener in org.javacord.api.listener.user Modifier and Type Interface Description interfaceUserStartTypingListenerThis listener listens to users typing.
-