Interface ConnectionStateReporter
-
- All Known Implementing Classes:
ConnectionStateReporterImpl
public interface ConnectionStateReporterCreated 25.08.13 12:03- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportConnectionFailed(Throwable e)voidreportConnectionFailed(VcsException e, CheckoutRules rule)voidreportConnectionSuccessful()voidreportConnectionSuccessful(CheckoutRules rules)
-
-
-
Method Detail
-
reportConnectionFailed
void reportConnectionFailed(@NotNull Throwable e)
-
reportConnectionFailed
void reportConnectionFailed(@NotNull VcsException e, @Nullable CheckoutRules rule)
-
reportConnectionSuccessful
void reportConnectionSuccessful()
-
reportConnectionSuccessful
void reportConnectionSuccessful(@Nullable CheckoutRules rules)
-
-