public class CurrentFrameChangedEvent
extends java.util.EventObject
| Constructor and Description |
|---|
CurrentFrameChangedEvent(java.lang.Object source, ThreadInfo tinfo, int index, boolean invalidate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
boolean |
getInvalidate() |
com.sun.jdi.ThreadReference |
getThread() |
ThreadInfo |
getThreadInfo() |
public CurrentFrameChangedEvent(java.lang.Object source,
ThreadInfo tinfo,
int index,
boolean invalidate)
public com.sun.jdi.ThreadReference getThread()
public ThreadInfo getThreadInfo()
public int getIndex()
public boolean getInvalidate()