public class DefaultDebugListener extends java.lang.Object implements DebugListener
Modifier and Type | Field and Description |
---|---|
protected DebugSession<?> |
currentSession
The current session.
|
Constructor and Description |
---|
DefaultDebugListener()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addDebugSession(DebugSession<?> session)
Add a debug session.
|
void |
endSession()
Called when the session has ended.
|
void |
step(DebugSession<?> session,
Step step)
Apply a step.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
installScript, isScriptInstalled
protected DebugSession<?> currentSession
public void addDebugSession(DebugSession<?> session)
addDebugSession
in interface DebugListener
session
- the debug sessionpublic void step(DebugSession<?> session, Step step)
step
in interface DebugListener
session
- the Debug sessionstep
- the steppublic void endSession()
endSession
in interface DebugListener
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence