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, waitinstallScript, isScriptInstalledprotected DebugSession<?> currentSession
public void addDebugSession(DebugSession<?> session)
addDebugSession in interface DebugListenersession - the debug sessionpublic void step(DebugSession<?> session, Step step)
step in interface DebugListenersession - the Debug sessionstep - the steppublic void endSession()
endSession in interface DebugListenerCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence