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

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

objectsRetrieved

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

callStackRetrieved

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

evalInfoRetrieved

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.