|
|||||||||
| Home >> All >> netscape >> [ jsdebug overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
netscape.jsdebug
Class InterruptHook

java.lang.Objectnetscape.jsdebug.Hook
netscape.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
|
|||||||||
| Home >> All >> netscape >> [ jsdebug overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC