Uses of Interface
org.javacord.api.listener.message.CachedMessageUnpinListener
-
Packages that use CachedMessageUnpinListener Package Description org.javacord.api.listener org.javacord.api.listener.channel org.javacord.api.listener.message org.javacord.api.listener.server -
-
Uses of CachedMessageUnpinListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description default ListenerManager<CachedMessageUnpinListener>GloballyAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.default List<CachedMessageUnpinListener>GloballyAttachableListenerManager. getCachedMessageUnpinListeners()Gets a list with all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener with parameters of type CachedMessageUnpinListener Modifier and Type Method Description default ListenerManager<CachedMessageUnpinListener>GloballyAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener. -
Uses of CachedMessageUnpinListener in org.javacord.api.listener.channel
Methods in org.javacord.api.listener.channel that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>TextChannelAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.List<CachedMessageUnpinListener>TextChannelAttachableListenerManager. getCachedMessageUnpinListeners()Gets a list with all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener.channel with parameters of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>TextChannelAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener. -
Uses of CachedMessageUnpinListener in org.javacord.api.listener.message
Methods in org.javacord.api.listener.message that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>MessageAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.List<CachedMessageUnpinListener>MessageAttachableListenerManager. getCachedMessageUnpinListeners()Gets a list with all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener.message with parameters of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>MessageAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener. -
Uses of CachedMessageUnpinListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>ServerAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.List<CachedMessageUnpinListener>ServerAttachableListenerManager. getCachedMessageUnpinListeners()Gets a list with all registeredCachedMessageUnpinListeners.Methods in org.javacord.api.listener.server with parameters of type CachedMessageUnpinListener Modifier and Type Method Description ListenerManager<CachedMessageUnpinListener>ServerAttachableListenerManager. addCachedMessageUnpinListener(CachedMessageUnpinListener listener)Adds aCachedMessageUnpinListener.
-