Uses of Interface
org.javacord.api.listener.server.ServerChangeMultiFactorAuthenticationLevelListener
-
Packages that use ServerChangeMultiFactorAuthenticationLevelListener Package Description org.javacord.api.listener org.javacord.api.listener.server -
-
Uses of ServerChangeMultiFactorAuthenticationLevelListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type ServerChangeMultiFactorAuthenticationLevelListener Modifier and Type Method Description default ListenerManager<ServerChangeMultiFactorAuthenticationLevelListener>GloballyAttachableListenerManager. addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener listener)Adds aServerChangeMultiFactorAuthenticationLevelListener.default List<ServerChangeMultiFactorAuthenticationLevelListener>GloballyAttachableListenerManager. getServerChangeMultiFactorAuthenticationLevelListeners()Gets a list with all registeredServerChangeMultiFactorAuthenticationLevelListeners.Methods in org.javacord.api.listener with parameters of type ServerChangeMultiFactorAuthenticationLevelListener Modifier and Type Method Description default ListenerManager<ServerChangeMultiFactorAuthenticationLevelListener>GloballyAttachableListenerManager. addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener listener)Adds aServerChangeMultiFactorAuthenticationLevelListener. -
Uses of ServerChangeMultiFactorAuthenticationLevelListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type ServerChangeMultiFactorAuthenticationLevelListener Modifier and Type Method Description ListenerManager<ServerChangeMultiFactorAuthenticationLevelListener>ServerAttachableListenerManager. addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener listener)Adds aServerChangeMultiFactorAuthenticationLevelListener.List<ServerChangeMultiFactorAuthenticationLevelListener>ServerAttachableListenerManager. getServerChangeMultiFactorAuthenticationLevelListeners()Gets a list with all registeredServerChangeMultiFactorAuthenticationLevelListeners.Methods in org.javacord.api.listener.server with parameters of type ServerChangeMultiFactorAuthenticationLevelListener Modifier and Type Method Description ListenerManager<ServerChangeMultiFactorAuthenticationLevelListener>ServerAttachableListenerManager. addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener listener)Adds aServerChangeMultiFactorAuthenticationLevelListener.
-