|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeHandler
base interface for handlers that support the debugger runtime process
| Method Summary | |
|---|---|
void |
init(DebugMonitor monitor,
Connection connection)
initiate the instantiated handler. |
void |
startListener()
start the listening process in an extra thread, if required |
| Method Detail |
|---|
void init(DebugMonitor monitor,
Connection connection)
DebugMonitor and Connection
instances that may be needed for the handler to do it's workDebugMonitor dependent on the type of handler.
monitor - the DebugMonitorconnection - the connection to the debugger frameworkvoid startListener()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||