TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.manager
Interface IAnalysisListener


public interface IAnalysisListener

This interface is used to obtain notifications of the analysis process. External user interfaces can use this to determine when they need to repaint


Method Summary
 void analysisComplete(AbstractAnalysisElement element)
          Notification that a given analysis element have complete its analysis phase.
 void analysisComplete(AnalysisHistory history)
          Notification that a given analysis history element has completed its analysis phase.
 

Method Detail

analysisComplete

void analysisComplete(AbstractAnalysisElement element)
Notification that a given analysis element have complete its analysis phase. This message is sent for completion of all rules, categories, providers and provider managers and it is up to the listener to determine the event requires attention.

Parameters:
element - The element that has completed its analysis

analysisComplete

void analysisComplete(AnalysisHistory history)
Notification that a given analysis history element has completed its analysis phase. This message is sent when an entire analysis configuration has completed.

Parameters:
history - The history element that has completed its analysis

TPTP 4.5.0 Platform Project
Public API Specification