org.jikesrvm
Interface Callbacks.StartupMonitor

All Known Implementing Classes:
BulkCompile, OptimizingCompiler
Enclosing class:
Callbacks

public static interface Callbacks.StartupMonitor

Interface for monitoring VM startup.


Method Summary
 void notifyStartup()
          Notify the monitor that the VM has started up.
 

Method Detail

notifyStartup

void notifyStartup()
Notify the monitor that the VM has started up.