Mirror API

com.sun.mirror.apt
インタフェース RoundCompleteListener

すべてのスーパーインタフェース:
AnnotationProcessorListener, EventListener

public interface RoundCompleteListener
extends AnnotationProcessorListener

注釈処理のラウンドの完了のリスナーです。

導入されたバージョン:
1.5

メソッドの概要
 void roundComplete(RoundCompleteEvent event)
          ラウンドのすべてのプロセッサの実行が完了したあとに呼び出されます。
 

メソッドの詳細

roundComplete

void roundComplete(RoundCompleteEvent event)
ラウンドのすべてのプロセッサの実行が完了したあとに呼び出されます。

パラメータ:
event - 往復完了のイベント

Mirror API

バグや機能要求の報告
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.