org.xwt.mips
Class Interpreter.DebugShutdownHook

java.lang.Object
  extended byorg.xwt.mips.Interpreter.DebugShutdownHook
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Interpreter

public class Interpreter.DebugShutdownHook
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Interpreter.DebugShutdownHook()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpreter.DebugShutdownHook

public Interpreter.DebugShutdownHook()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable