diff options
author | Keith Packard <keithp@keithp.com> | 2014-10-30 21:59:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-10-30 21:59:45 -0700 |
commit | b0e903a76276e33f531eade42ac721c9490c6758 (patch) | |
tree | afdb7cb33056227b57f738ce4c18c2cf6ad011e1 /altoslib/AltosIdleMonitorListener.java | |
parent | ef00182c79bd7a56fbc5d782cb8f4aa0079bb86f (diff) |
altosui: Pop up 'Connecting' dialog during Monitor Idle
This was a bit harder than expected as I had to wire up a way to shut
down the whole monitor idle window when you clicked on the cancel button.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosIdleMonitorListener.java')
-rw-r--r-- | altoslib/AltosIdleMonitorListener.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altoslib/AltosIdleMonitorListener.java b/altoslib/AltosIdleMonitorListener.java index 4382430c..36484763 100644 --- a/altoslib/AltosIdleMonitorListener.java +++ b/altoslib/AltosIdleMonitorListener.java @@ -19,4 +19,5 @@ package org.altusmetrum.altoslib_5; public interface AltosIdleMonitorListener { public void update(AltosState state, AltosListenerState listener_state); -}
\ No newline at end of file + public void failed(); +} |