S-PLUS Connect/Java v1.0

com.insightful.splus
Interface SplusDebugListener


public interface SplusDebugListener


Method Summary
 void breakpointHit(com.insightful.splus.SplusDebugHandlerInterface handler)
           
 void callStackRetrieved(com.insightful.splus.SplusDebugHandlerInterface handler)
           
 void evalInfoRetrieved(String request, com.insightful.splus.SplusDebugHandlerInterface handler)
           
 void objectsRetrieved(com.insightful.splus.SplusDebugHandlerInterface handler)
           
 

Method Detail

breakpointHit

public void breakpointHit(com.insightful.splus.SplusDebugHandlerInterface handler)

objectsRetrieved

public void objectsRetrieved(com.insightful.splus.SplusDebugHandlerInterface handler)

callStackRetrieved

public void callStackRetrieved(com.insightful.splus.SplusDebugHandlerInterface handler)

evalInfoRetrieved

public void evalInfoRetrieved(String request,
                              com.insightful.splus.SplusDebugHandlerInterface handler)

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.