org.sonar.api.batch.events
Interface SensorExecutionHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface SensorExecutionHandler
extends EventHandler

Since:
2.8

Nested Class Summary
static interface SensorExecutionHandler.SensorExecutionEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
          Called before and after execution of Sensor.
 

Method Detail

onSensorExecution

void onSensorExecution(SensorExecutionHandler.SensorExecutionEvent event)
Called before and after execution of Sensor.



Copyright © 2009–2015 SonarSource. All rights reserved.