Package adams.gui.core
Interface BaseStatusBar.StatusProcessor
-
- Enclosing class:
- BaseStatusBar
public static interface BaseStatusBar.StatusProcessor
Interface for classes that process the status string to bring it into a displayable format.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
process(String msg)
Processes the status string.
-