public class ObtainingReferenceLocationInformationScreen extends uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenWithTick implements ScreenDataChangeProcessor
| Constructor and Description |
|---|
ObtainingReferenceLocationInformationScreen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dataChanged(LocationData ld)
Location Data changed handler.
|
protected void |
hasGainedFocus() |
void |
tick(uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenWithTick.Ticker t) |
public ObtainingReferenceLocationInformationScreen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display)
throws IOException
display - the display deviceIOException - if problemsprotected void hasGainedFocus()
throws IOException
hasGainedFocus in class uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenIOExceptionpublic void tick(uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenWithTick.Ticker t)
throws IOException
tick in class uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenWithTickIOExceptionpublic void dataChanged(LocationData ld) throws IOException
dataChanged in interface ScreenDataChangeProcessorld - updated location data.IOException - if problemsCopyright © 2017. All rights reserved.