Uses of Interface
org.javacord.api.listener.channel.user.PrivateChannelAttachableListener
-
-
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.channel
Subinterfaces of PrivateChannelAttachableListener in org.javacord.api.listener.channel Modifier and Type Interface Description interfaceChannelAttachableListenerThis is a marker interface for listeners that can be attached to aChannel.interfaceServerThreadChannelAttachableListenerThis is a marker interface for listeners that can be attached to aServerThreadChannel.interfaceTextChannelAttachableListenerThis is a marker interface for listeners that can be attached to aTextChannel.interfaceVoiceChannelAttachableListenerThis is a marker interface for listeners that can be attached to aVoiceChannel. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.channel.server.thread
Subinterfaces of PrivateChannelAttachableListener in org.javacord.api.listener.channel.server.thread Modifier and Type Interface Description interfaceServerThreadChannelCreateListenerThis listener listens to thread creations.interfaceServerThreadChannelDeleteListenerThis listener listens to thread deletions.interfaceServerThreadChannelMembersUpdateListenerThis listener listens to thread members updates.interfaceServerThreadChannelUpdateListenerThis listener listens to thread updates. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.channel.user
Subinterfaces of PrivateChannelAttachableListener in org.javacord.api.listener.channel.user Modifier and Type Interface Description interfacePrivateChannelDeleteListenerThis listener listens to private channel deletions.Methods in org.javacord.api.listener.channel.user with type parameters of type PrivateChannelAttachableListener Modifier and Type Method Description <T extends PrivateChannelAttachableListener & ObjectAttachableListener>
java.util.Collection<ListenerManager<? extends PrivateChannelAttachableListener>>PrivateChannelAttachableListenerManager. addPrivateChannelAttachableListener(T listener)Adds a listener that implements one or morePrivateChannelAttachableListeners.<T extends PrivateChannelAttachableListener & ObjectAttachableListener>
java.util.Map<T,java.util.List<java.lang.Class<T>>>PrivateChannelAttachableListenerManager. getPrivateChannelAttachableListeners()Gets a map with all registered listeners that implement one or morePrivateChannelAttachableListeners and their assigned listener classes they listen to.<T extends PrivateChannelAttachableListener & ObjectAttachableListener>
voidPrivateChannelAttachableListenerManager. removeListener(java.lang.Class<T> listenerClass, T listener)Removes a listener from this object.<T extends PrivateChannelAttachableListener & ObjectAttachableListener>
voidPrivateChannelAttachableListenerManager. removePrivateChannelAttachableListener(T listener)Removes a listener that implements one or morePrivateChannelAttachableListeners.Methods in org.javacord.api.listener.channel.user that return types with arguments of type PrivateChannelAttachableListener Modifier and Type Method Description <T extends PrivateChannelAttachableListener & ObjectAttachableListener>
java.util.Collection<ListenerManager<? extends PrivateChannelAttachableListener>>PrivateChannelAttachableListenerManager. addPrivateChannelAttachableListener(T listener)Adds a listener that implements one or morePrivateChannelAttachableListeners. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.interaction
Subinterfaces of PrivateChannelAttachableListener in org.javacord.api.listener.interaction Modifier and Type Interface Description interfaceAutocompleteCreateListenerThis listener listens to autocomplete interaction creations.interfaceButtonClickListenerThis listener listens to button clicks.interfaceInteractionCreateListenerThis listener listens to interaction creations.interfaceMessageComponentCreateListenerThis listener listens to message component interaction creations.interfaceMessageContextMenuCommandListenerThis listener listens to message context menu interaction creations.interfaceModalSubmitListenerThis listener listens to modal submit interaction creations.interfaceSelectMenuChooseListenerThis listener listens to select menu choices.interfaceSlashCommandCreateListenerThis listener listens to slash command interaction creations.interfaceUserContextMenuCommandListenerThis listener listens to user context menu interaction creations. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.message
Subinterfaces of PrivateChannelAttachableListener 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.interfaceMessageReplyListenerThis listener listens to message replies. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.message.reaction
Subinterfaces of PrivateChannelAttachableListener 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 deleted at once.interfaceReactionRemoveListenerThis listener listens to reaction deletions. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.server.thread
Subinterfaces of PrivateChannelAttachableListener in org.javacord.api.listener.server.thread Modifier and Type Interface Description interfaceServerPrivateThreadJoinListenerThis listener listens to private thread joins.interfaceServerThreadChannelChangeArchivedListenerThis listener listens to server thread channel archived change events.interfaceServerThreadChannelChangeArchiveTimestampListenerThis listener listens to server thread channel archive timestamp change events.interfaceServerThreadChannelChangeAutoArchiveDurationListenerThis listener listens to server thread channel auto archive duration change events.interfaceServerThreadChannelChangeInvitableListenerThis listener listens to server thread channel change invitable events.interfaceServerThreadChannelChangeLastMessageIdListenerThis listener listens to server thread channel last message id change events.interfaceServerThreadChannelChangeLockedListenerThis listener listens to server thread channel locked change events.interfaceServerThreadChannelChangeMemberCountListenerThis listener listens to server thread channel member count change events.interfaceServerThreadChannelChangeMessageCountListenerThis listener listens to a server thread channel message count change events.interfaceServerThreadChannelChangeRateLimitPerUserListenerThis listener listens to server thread channel rate limit per user changes.interfaceServerThreadChannelChangeTotalMessageSentListenerThis listener listens to server thread channel total messages change events. -
Uses of PrivateChannelAttachableListener in org.javacord.api.listener.user
Subinterfaces of PrivateChannelAttachableListener in org.javacord.api.listener.user Modifier and Type Interface Description interfaceUserStartTypingListenerThis listener listens to users typing.
-