JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.model.IJavaScriptThread

Packages that use IJavaScriptThread
org.eclipse.wst.jsdt.debug.core.breakpoints   
 

Uses of IJavaScriptThread in org.eclipse.wst.jsdt.debug.core.breakpoints
 

Methods in org.eclipse.wst.jsdt.debug.core.breakpoints with parameters of type IJavaScriptThread
 int IJavaScriptBreakpointParticipant.breakpointHit(IJavaScriptThread thread, IJavaScriptBreakpoint breakpoint)
          Notification that the given breakpoint has been hit in the specified thread.
 int IJavaScriptBreakpointParticipant.scriptLoaded(IJavaScriptThread thread, ScriptReference script, IJavaScriptBreakpoint breakpoint)
          Notification that the given ScriptReference has been loaded in the specified thread.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.