Uses of Interface
org.sonar.api.batch.events.SensorExecutionHandler.SensorExecutionEvent

Packages that use SensorExecutionHandler.SensorExecutionEvent
org.sonar.api.batch.events   
org.sonar.batch.index   
org.sonar.batch.phases   
 

Uses of SensorExecutionHandler.SensorExecutionEvent in org.sonar.api.batch.events
 

Methods in org.sonar.api.batch.events with parameters of type SensorExecutionHandler.SensorExecutionEvent
 void SensorExecutionHandler.onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
          Called before and after execution of Sensor.
 

Uses of SensorExecutionHandler.SensorExecutionEvent in org.sonar.batch.index
 

Methods in org.sonar.batch.index with parameters of type SensorExecutionHandler.SensorExecutionEvent
 void MemoryOptimizer.onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
           
 

Uses of SensorExecutionHandler.SensorExecutionEvent in org.sonar.batch.phases
 

Methods in org.sonar.batch.phases with parameters of type SensorExecutionHandler.SensorExecutionEvent
 void PhasesTimeProfiler.onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.