com.bea.jvm.event
Interface CompilationListener

All Superinterfaces:
java.util.EventListener

public interface CompilationListener
extends java.util.EventListener

Listener interface for method compilation events.

Author:
Calle Wilund , Marcus Hirt

Method Summary
 void onMethodCompilation(CompilationEvent event)
          Called whenever a method is compiled.
 

Method Detail

onMethodCompilation

public void onMethodCompilation(CompilationEvent event)
Called whenever a method is compiled.

Parameters:
event - the CompilationEvent generated.