TMF: Add new analysis module listener called when module are being instantiated
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Wed, 5 Feb 2014 19:13:02 +0000 (14:13 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 19 Feb 2014 15:48:36 +0000 (10:48 -0500)
commit3a26292f2f248165f368ec2a809644d702bd7b5d
tree97b0301e7f35384ce97f87d339466c24ef3cc9c4
parentfe96d03cfcabdf54b681f408aaf9ebf86d4a0325
TMF: Add new analysis module listener called when module are being instantiated

Those listeners are managed by the analysis manager and the helpers need to
call a method from the analysis manager when they instantiate new module
objects so that the listeners are run on this module.

This will allow among other to associate the applicable outputs to the
analysis module being created.

Change-Id: I004e2b83dd233d8e9971807a517f37817f503ea0
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/21579
Tested-by: Hudson CI
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/IAnalysisModuleHelper.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/ITmfNewAnalysisModuleListener.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAnalysisManager.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAnalysisModuleHelperConfigElement.java
This page took 0.028288 seconds and 5 git commands to generate.