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

Quick Search    Search Deep

Uses of Class
netscape.jsdebug.InterruptHook

Uses of InterruptHook in netscape.jsdebug
 

Fields in netscape.jsdebug declared as InterruptHook
private  InterruptHook DebugController.interruptHook
           
 

Methods in netscape.jsdebug that return InterruptHook
 InterruptHook DebugController.setInterruptHook(InterruptHook h)
          Set the hook at to be called when interrupts occur.
 InterruptHook DebugController.getInterruptHook()
          Get the current hook to be called on interrupt
 

Methods in netscape.jsdebug with parameters of type InterruptHook
 InterruptHook DebugController.setInterruptHook(InterruptHook h)
          Set the hook at to be called when interrupts occur.