public interface IDisconnect
Clients may implement this interface.
IDebugTarget
Modifier and Type | Method and Description |
---|---|
boolean |
canDisconnect()
Returns whether this element can currently disconnect.
|
void |
disconnect()
Disconnects this element from its target.
|
boolean |
isDisconnected()
Returns whether this element is disconnected.
|
boolean canDisconnect()
void disconnect() throws DebugException
DebugException
- on failure. Reasons include:boolean isDisconnected()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.