altoslib: Pass InterruptedException up the stack instead of hiding it
[fw/altos] / altoslib / AltosStateUpdate.java
index ec4f7609a1e3f1056e06abc80739061877fe18bb..97a5dfe2464186f39ca7e25880886d32dca65cea 100644 (file)
@@ -18,5 +18,5 @@
 package org.altusmetrum.altoslib_2;
 
 public interface AltosStateUpdate {
-       public void     update_state(AltosState state);
+       public void     update_state(AltosState state) throws InterruptedException;
 }
\ No newline at end of file