org.sonar.api.batch.events
Interface DecoratorsPhaseHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface DecoratorsPhaseHandler
extends EventHandler

Since:
2.8

Nested Class Summary
static interface DecoratorsPhaseHandler.DecoratorsPhaseEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
          Called before and after execution of all Decorators.
 

Method Detail

onDecoratorsPhase

void onDecoratorsPhase(DecoratorsPhaseHandler.DecoratorsPhaseEvent event)
Called before and after execution of all Decorators.



Copyright © 2009–2015 SonarSource. All rights reserved.