Package org.apfloat.samples
Interface PiAWT.StatusIndicator
-
- All Known Implementing Classes:
PiApplet,PiGUI,PiParallelApplet,PiParallelGUI
- Enclosing class:
- PiAWT
public static interface PiAWT.StatusIndicatorInterface to indicate an error status in the application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowStatus(java.lang.String status)Show the specified error status.
-