public class ConfirmAtReferenceLocationScreen extends uk.theretiredprogrammer.rpiembeddedlibrary.screen.Screen implements IRControlAction, ScreenDataChangeProcessor
IRControlAction.Button| Constructor and Description |
|---|
ConfirmAtReferenceLocationScreen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
boolean displaydepth)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
actionOnButton(IRControlAction.Button button)
Action Handler for buttons.
|
void |
dataChanged(LocationData ld)
Location Data changed handler.
|
protected void |
hasGainedFocus() |
public ConfirmAtReferenceLocationScreen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
boolean displaydepth)
throws IOException
display - the display devicedisplaydepth - true if depth is displayed else altitude will be
displayedIOException - if problemsprotected void hasGainedFocus()
throws IOException
hasGainedFocus in class uk.theretiredprogrammer.rpiembeddedlibrary.screen.ScreenIOExceptionpublic boolean actionOnButton(IRControlAction.Button button) throws IOException
actionOnButton in interface IRControlActionbutton - the buttonIOException - if problemspublic void dataChanged(LocationData ld) throws IOException
dataChanged in interface ScreenDataChangeProcessorld - new location dataIOException - if problemsCopyright © 2017. All rights reserved.