S - the script interfacepublic class DebugClient<S>
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
protected DebugListener | 
debugListener  | 
protected java.util.concurrent.LinkedBlockingQueue<DebugEvent> | 
queue  | 
protected DebugSession<S> | 
session  | 
| Constructor and Description | 
|---|
DebugClient(DebugSession<S> session)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
end()
End the client session. 
 | 
void | 
run()  | 
protected final DebugSession<S> session
protected final DebugListener debugListener
protected java.util.concurrent.LinkedBlockingQueue<DebugEvent> queue
public DebugClient(DebugSession<S> session)
session - the debug sessionCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence