Class ResumedEvent

  • All Implemented Interfaces:
    GenericEvent

    public class ResumedEvent
    extends Event
    Indicates that JDA successfully resumed its connection to the gateway.
    All Objects are still in place and events are replayed.

    Can be used to marks the continuation of event flow stopped by the DisconnectEvent.

    • Constructor Summary

      Constructors 
      Constructor Description
      ResumedEvent​(JDA api, long responseNumber)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResumedEvent

        public ResumedEvent​(@Nonnull
                            JDA api,
                            long responseNumber)