Index: editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateListener.java |
=================================================================== |
--- editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateListener.java (revision 9083) |
+++ editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateListener.java (working copy) |
@@ -25,6 +25,13 @@ |
void checkComplete(); |
/** |
+ * Called when an update check failed. |
+ * |
+ * @param errorDetails a printable string describing the update check error |
+ */ |
+ void checkFailed(String errorDetails); |
+ |
+ /** |
* Called when an update check has started. |
*/ |
void checkStarted(); |