Uses of Interface
org.javacord.api.listener.channel.TextChannelAttachableListener
-
Packages that use TextChannelAttachableListener Package Description org.javacord.api.listener.channel org.javacord.api.listener.message org.javacord.api.listener.message.reaction org.javacord.api.listener.user -
-
Uses of TextChannelAttachableListener in org.javacord.api.listener.channel
Subinterfaces of TextChannelAttachableListener in org.javacord.api.listener.channel Modifier and Type Interface Description interfaceChannelAttachableListenerThis is a marker interface for listeners that can be attached to aChannel.Methods in org.javacord.api.listener.channel with type parameters of type TextChannelAttachableListener Modifier and Type Method Description <T extends TextChannelAttachableListener & ObjectAttachableListener>
Collection<ListenerManager<? extends TextChannelAttachableListener>>TextChannelAttachableListenerManager. addTextChannelAttachableListener(T listener)Adds a listener that implements one or moreTextChannelAttachableListeners.<T extends TextChannelAttachableListener & ObjectAttachableListener>
Map<T,List<Class<T>>>TextChannelAttachableListenerManager. getTextChannelAttachableListeners()Gets a map with all registered listeners that implement one or moreTextChannelAttachableListeners and their assigned listener classes they listen to.<T extends TextChannelAttachableListener & ObjectAttachableListener>
voidTextChannelAttachableListenerManager. removeListener(Class<T> listenerClass, T listener)Removes a listener from this object.<T extends TextChannelAttachableListener & ObjectAttachableListener>
voidTextChannelAttachableListenerManager. removeTextChannelAttachableListener(T listener)Removes a listener that implements one or moreTextChannelAttachableListeners.Methods in org.javacord.api.listener.channel that return types with arguments of type TextChannelAttachableListener Modifier and Type Method Description <T extends TextChannelAttachableListener & ObjectAttachableListener>
Collection<ListenerManager<? extends TextChannelAttachableListener>>TextChannelAttachableListenerManager. addTextChannelAttachableListener(T listener)Adds a listener that implements one or moreTextChannelAttachableListeners. -
Uses of TextChannelAttachableListener in org.javacord.api.listener.message
Subinterfaces of TextChannelAttachableListener 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 TextChannelAttachableListener in org.javacord.api.listener.message.reaction
Subinterfaces of TextChannelAttachableListener 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 TextChannelAttachableListener in org.javacord.api.listener.user
Subinterfaces of TextChannelAttachableListener in org.javacord.api.listener.user Modifier and Type Interface Description interfaceUserStartTypingListenerThis listener listens to users typing.
-