altosuilib: Require all flight display classes to provide a name
authorKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2014 21:36:11 +0000 (14:36 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jun 2014 21:36:11 +0000 (14:36 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosFlightDisplay.java

index 5fb0cab71f1a057e9a7da201cf12c8d0c820c9eb..55b74034b7255b9bd11e2aafa0bf892cc3ea6ad5 100644 (file)
@@ -23,4 +23,6 @@ public interface AltosFlightDisplay extends AltosUnitsListener, AltosFontListene
        void reset();
 
        void show(AltosState state, AltosListenerState listener_state);
+
+       String getName();
 }