|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Listens to events from the debug manager to keep the panel updated.
Constructor Summary | |
(package private) |
DebugPanel.DebugPanelListener()
|
Method Summary | |
void |
breakpointReached(Breakpoint bp)
Called when a breakpoint is reached during execution. |
void |
breakpointRemoved(Breakpoint bp)
Called when a breakpoint is removed from a document. |
void |
breakpointSet(Breakpoint bp)
Called when a breakpoint is set in a document. |
void |
currThreadDied()
Called when the current thread dies |
void |
currThreadResumed()
Called when the current thread is resumed |
void |
currThreadSuspended()
Called when the current thread is suspended |
void |
debuggerShutdown()
Called when debugger mode has been disabled. |
void |
debuggerStarted()
Called when debugger mode has been enabled. |
void |
stepRequested()
Called when a step is requested on the current thread. |
void |
threadLocationUpdated(OpenDefinitionsDocument doc,
int lineNumber)
Called when the given line is reached by the current thread in the debugger, to request that the line be displayed. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
DebugPanel.DebugPanelListener()
Method Detail |
public void debuggerStarted()
debuggerStarted
in interface DebugListener
public void debuggerShutdown()
debuggerShutdown
in interface DebugListener
public void threadLocationUpdated(OpenDefinitionsDocument doc, int lineNumber)
threadLocationUpdated
in interface DebugListener
doc
- Document to displaylineNumber
- Line to display or highlightpublic void breakpointSet(Breakpoint bp)
breakpointSet
in interface DebugListener
bp
- the breakpointpublic void breakpointReached(Breakpoint bp)
breakpointReached
in interface DebugListener
bp
- the breakpointpublic void breakpointRemoved(Breakpoint bp)
breakpointRemoved
in interface DebugListener
bp
- the breakpointpublic void stepRequested()
stepRequested
in interface DebugListener
public void currThreadSuspended()
currThreadSuspended
in interface DebugListener
public void currThreadResumed()
currThreadResumed
in interface DebugListener
public void currThreadDied()
currThreadDied
in interface DebugListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |