Package adams.gui.core
Interface BaseStatusBar.StatusProcessor
-
- Enclosing class:
- BaseStatusBar
public static interface BaseStatusBar.StatusProcessorInterface 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 Stringprocess(String msg)Processes the status string.
-