Package org.oristool.analyzer.log
Interface AnalysisMonitor
- All Known Implementing Classes:
NoOpMonitor
public interface AnalysisMonitor
Generic monitor interface for the analysis engines.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Notifies an interruption request from the user.void
notifyMessage
(String message) Notifies a message to the user.
-
Method Details
-
notifyMessage
Notifies a message to the user.- Parameters:
message
- input message
-
interruptRequested
boolean interruptRequested()Notifies an interruption request from the user.- Returns:
- true if the user requested to stop the analysis
-