|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITester
Interface for a class that should communicate with the debugger
Method Summary | |
---|---|
void |
continueFieldTrace()
Notifies continuation of a stopped field trace |
void |
notifyFieldAccess(int accessedFieldIndex)
Notifies that particular field has been accessed |
void |
notifyFieldAccess(Object obj,
String field)
Notifies that particular field has be accessed |
void |
startFieldTrace()
Notifies the beginning of field trace |
void |
stopFieldTrace()
Notifies the end of field trace |
Method Detail |
---|
void startFieldTrace()
void continueFieldTrace()
void stopFieldTrace()
void notifyFieldAccess(Object obj, String field)
obj
- -
object the field of which is accessedfield
- -
field that is accessedvoid notifyFieldAccess(int accessedFieldIndex)
accessedFieldIndex
- -
index of field in candidate vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |