APT Mirror API for J2SE 5.0

com.sun.mirror.apt
Interface RoundCompleteListener

All Superinterfaces:
AnnotationProcessorListener, java.util.EventListener

public interface RoundCompleteListener
extends AnnotationProcessorListener

Listener for the completion of a round of annotation processing.

Since:
1.5

Method Summary
 void roundComplete(RoundCompleteEvent event)
          Invoked after all processors for a round have run to completion.
 

Method Detail

roundComplete

void roundComplete(RoundCompleteEvent event)
Invoked after all processors for a round have run to completion.

Parameters:
event - An event for round completion

APT Mirror API for J2SE 5.0

Copyright © 2004, 2011, Oracle and/or its affiliates. All rights reserved