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

Enclosing interface:
SensorExecutionHandler

public static interface SensorExecutionHandler.SensorExecutionEvent

This interface is not intended to be implemented by clients.


Method Summary
 Sensor getSensor()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getSensor

Sensor getSensor()

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009–2015 SonarSource. All rights reserved.