From: Keith Packard Date: Thu, 29 May 2014 21:03:58 +0000 (-0700) Subject: java: Refactor AltosFlightDisplay units and font update handling X-Git-Tag: 1.3.2.2~39 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=f80075be4ebb9c5fe00c24b8c7638fad23267424;hp=f80075be4ebb9c5fe00c24b8c7638fad23267424 java: Refactor AltosFlightDisplay units and font update handling Make AltosFlightDisplay explicitly implement AltosFontListener and AltosUnitsListener interfaces to make everyone use the same API. Then, actually go implement units listeners so that changing units updates all of the active displays immediately Signed-off-by: Keith Packard ---