Interface UserChangeTimeoutEvent

    • Method Detail

      • getNewTimeout

        java.util.Optional<java.time.Instant> getNewTimeout()
        Gets the new timeout of the user.
        Returns:
        The new timeout of the user.
      • getOldTimeout

        java.util.Optional<java.time.Instant> getOldTimeout()
        Gets the old timeout of the user.
        Returns:
        The old timeout of the user.