org.sonar.api.batch.events
Interface DecoratorExecutionHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface DecoratorExecutionHandler
extends EventHandler

Since:
2.8

Nested Class Summary
static interface DecoratorExecutionHandler.DecoratorExecutionEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent event)
          Called before and after execution of Decorator.
 

Method Detail

onDecoratorExecution

void onDecoratorExecution(DecoratorExecutionHandler.DecoratorExecutionEvent event)
Called before and after execution of Decorator.



Copyright © 2009–2015 SonarSource. All rights reserved.