Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

netscape.jsdebug
Class InterruptHook  view InterruptHook download InterruptHook.java

java.lang.Object
  extended bynetscape.jsdebug.Hook
      extended bynetscape.jsdebug.InterruptHook

public class InterruptHook
extends Hook

InterruptHook must be subclassed to respond when interrupts occur

Since:
1.0
Version:
1.0

Constructor Summary
InterruptHook()
           
 
Method Summary
 void aboutToExecute(ThreadStateBase debug, PC pc)
          Override this method to respond when interrupts occur
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterruptHook

public InterruptHook()
Method Detail

aboutToExecute

public void aboutToExecute(ThreadStateBase debug,
                           PC pc)
Override this method to respond when interrupts occur