Interface ConnectionStateReporter

  • All Known Implementing Classes:
    ConnectionStateReporterImpl

    public interface ConnectionStateReporter
    Created 25.08.13 12:03
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • reportConnectionFailed

        void reportConnectionFailed​(@NotNull
                                    Throwable e)
      • reportConnectionSuccessful

        void reportConnectionSuccessful()
      • reportConnectionSuccessful

        void reportConnectionSuccessful​(@Nullable
                                        CheckoutRules rules)