sdmetrics.model
Interface XMIReader.ProgressMessageHandler
- All Known Implementing Classes:
- Controller
- Enclosing interface:
- XMIReader
- public static interface XMIReader.ProgressMessageHandler
Interface with a callback method for the XMI reader to report progress to.
For metrics calculation, reading the XMI file usually takes up most of the
processing time. Therefore, the XMI reader continuously reports progress
messages to show to the user that the application is still alive.
|
Method Summary |
void |
reportXMIProgress(java.lang.String msg)
Report a progress message to display to the user. |
reportXMIProgress
public void reportXMIProgress(java.lang.String msg)
- Report a progress message to display to the user.
- Parameters:
msg - Message to display.