org.jikesrvm
Interface Callbacks.ForNameMonitor

Enclosing class:
Callbacks

public static interface Callbacks.ForNameMonitor

Interface for monitoring forName calls.


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

Method Detail

notifyForName

void notifyForName(RVMType type)
Notify the monitor that java.lang.Class.forName was called.

Parameters:
type - the type that will be returned