org.jikesrvm.classloader
Interface ClassLoadingListener

All Known Implementing Classes:
ClassLoadingDependencyManager

public interface ClassLoadingListener

Interface for callbacks on classloading events. Just before a class is marked as INITIALIZED, RVMClass.initialize() invokes listeners that implement this interface.


Method Summary
 void classInitialized(RVMClass c, boolean writingBootImage)
           
 

Method Detail

classInitialized

void classInitialized(RVMClass c,
                      boolean writingBootImage)