Uses of Interface
org.javacord.api.listener.connection.LostConnectionListener
-
Packages that use LostConnectionListener Package Description org.javacord.api.listener -
-
Uses of LostConnectionListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type LostConnectionListener Modifier and Type Method Description default ListenerManager<LostConnectionListener>GloballyAttachableListenerManager. addLostConnectionListener(LostConnectionListener listener)Adds aLostConnectionListener.default List<LostConnectionListener>GloballyAttachableListenerManager. getLostConnectionListeners()Gets a list with all registeredLostConnectionListeners.Methods in org.javacord.api.listener with parameters of type LostConnectionListener Modifier and Type Method Description default ListenerManager<LostConnectionListener>GloballyAttachableListenerManager. addLostConnectionListener(LostConnectionListener listener)Adds aLostConnectionListener.
-