org.jikesrvm
Interface Callbacks.ExitMonitor

All Known Implementing Classes:
Controller, EdgeCounts, Lock.ExitMonitor, Monitor, OptTestHarness.Performance, OSRProfiler, RuntimeCompiler
Enclosing class:
Callbacks

public static interface Callbacks.ExitMonitor

Interface for monitoring VM exit.


Method Summary
 void notifyExit(int value)
          Notify the monitor that the VM is about to exit.
 

Method Detail

notifyExit

void notifyExit(int value)
Notify the monitor that the VM is about to exit.

Parameters:
value - the exit value