gov.nasa.arc.brahms.vm.api.components
Interface IProcessListener


public interface IProcessListener

The IProcessListener interface is used to notify any component that starts the VM as a process from within its environment about when the VM is exiting. It will be the last notification before the VM actually exits.


Method Summary
 void onExit()
          Notifies the listener that the VM is about to exit.
 

Method Detail

onExit

void onExit()
Notifies the listener that the VM is about to exit. This is the final call before the VM quits.