org.jikesrvm
Interface Callbacks.LoadClassMonitor

Enclosing class:
Callbacks

public static interface Callbacks.LoadClassMonitor

Interface for monitoring loadClass calls.


Method Summary
 void notifyLoadClass(RVMType type)
          Notify the monitor that java.lang.Class.loadclass was called.
 

Method Detail

notifyLoadClass

void notifyLoadClass(RVMType type)
Notify the monitor that java.lang.Class.loadclass was called.

Parameters:
type - the type that will be returned