Interface PiAWT.StatusIndicator
- All Known Implementing Classes:
PiApplet, PiGUI, PiParallelApplet, PiParallelGUI
- Enclosing class:
PiAWT
public static interface PiAWT.StatusIndicator
Interface to indicate an error status in the application.
- Version:
- 1.14.0
- Author:
- Mikko Tommila
-
Method Summary
Modifier and TypeMethodDescriptionvoidshowStatus(String status) Show the specified error status.
-
Method Details
-
showStatus
-