Interface StatusOut
- All Known Implementing Classes:
- Capture
- public interface StatusOut
An interface that provides a way to write to the status window of the main program.
Method Summary |
void |
sendStatus(java.lang.String msg)
What ever is sent as the status message will appear on the status window of the
parent program interface. |
sendStatus
public void sendStatus(java.lang.String msg)
- What ever is sent as the status message will appear on the status window of the
parent program interface.
- Parameters:
msg
- is the string to appear.