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.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.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>
Collection<ListenerManager<? extends PrivateChannelAttachableListener>>PrivateChannelAttachableListenerManager. addPrivateChannelAttachableListener(T listener)Adds a listener that implements one or morePrivateChannelAttachableListeners.<T extends PrivateChannelAttachableListener & ObjectAttachableListener>
Map<T,List<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(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>
Collection<ListenerManager<? extends PrivateChannelAttachableListener>>PrivateChannelAttachableListenerManager. addPrivateChannelAttachableListener(T listener)Adds a listener that implements one or morePrivateChannelAttachableListeners. -
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. -
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 delete at once.interfaceReactionRemoveListenerThis listener listens to reaction deletions. -
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.
-