Uses of Interface
org.javacord.api.listener.server.ServerJoinListener
-
Packages that use ServerJoinListener Package Description org.javacord.api.listener -
-
Uses of ServerJoinListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type ServerJoinListener Modifier and Type Method Description default ListenerManager<ServerJoinListener>GloballyAttachableListenerManager. addServerJoinListener(ServerJoinListener listener)Adds aServerJoinListener.default List<ServerJoinListener>GloballyAttachableListenerManager. getServerJoinListeners()Gets a list with all registeredServerJoinListeners.Methods in org.javacord.api.listener with parameters of type ServerJoinListener Modifier and Type Method Description default ListenerManager<ServerJoinListener>GloballyAttachableListenerManager. addServerJoinListener(ServerJoinListener listener)Adds aServerJoinListener.
-