public class WaitingForZone extends Object implements uk.theretiredprogrammer.rpiembeddedlibrary.screen.Zone
| Constructor and Description |
|---|
WaitingForZone(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onTick()
Update the progress bar display
|
void |
paint() |
void |
paint(boolean force) |
public WaitingForZone(uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
String message)
throws IOException
display - the display devicemessage - the message to displayIOException - if problemspublic void onTick()
public void paint()
throws IOException
paint in interface uk.theretiredprogrammer.rpiembeddedlibrary.screen.ZoneIOExceptionpublic void paint(boolean force)
throws IOException
paint in interface uk.theretiredprogrammer.rpiembeddedlibrary.screen.ZoneIOExceptionCopyright © 2017. All rights reserved.