altosui: Interrupt MonitorIdle when changing frequency/callsign
authorKeith Packard <keithp@keithp.com>
Sun, 10 Feb 2013 22:17:04 +0000 (14:17 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 10 Feb 2013 22:17:04 +0000 (14:17 -0800)
commitc2701ae646124f0668c5f2d1df3fc80f0075a9d7
tree6b29d8d8f76ed58b13cd3d0796fcca5889731767
parentcc0ea39fee73417ecd69c020d9eca723ebb2cf65
altosui: Interrupt MonitorIdle when changing frequency/callsign

When switching radio parameters, the local device needs to have the
parameters switched, so interrupt the current operation and start
over, the frequency and callsign will be set the next time through.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosIdleMonitor.java
altoslib/AltosLink.java
altosui/AltosIdleMonitorUI.java