org.apfloat.samples
Interface PiAWT.StatusIndicator

All Known Implementing Classes:
PiGUI, PiParallelGUI
Enclosing class:
PiAWT

public static interface PiAWT.StatusIndicator

Interface to indicate an error status in the application.


Method Summary
 void showStatus(String status)
          Show the specified error status.
 

Method Detail

showStatus

void showStatus(String status)
Show the specified error status.

Parameters:
status - The status.