public class PointDisplay2Screen extends uk.theretiredprogrammer.rpiembeddedlibrary.screen.Screen implements ScreenDataChangeProcessor
| Constructor and Description |
|---|
PointDisplay2Screen(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dataChanged(LocationData ld)
Location Data change handler.
|
protected void |
hasGainedFocus() |
public PointDisplay2Screen(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 dataChanged(LocationData ld) throws IOException
dataChanged in interface ScreenDataChangeProcessorld - new location dataIOException - if problemsCopyright © 2017. All rights reserved.