org.jikesrvm
Interface Callbacks.DefineClassMonitor

Enclosing class:
Callbacks

public static interface Callbacks.DefineClassMonitor

Interface for monitoring defineClass calls.


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

Method Detail

notifyDefineClass

void notifyDefineClass(RVMType type)
Notify the monitor that java.lang.Class.defineclass was called.

Parameters:
type - the type that will be returned