public interface ITerminate
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
boolean |
canTerminate()
Returns whether this element can be terminated.
|
boolean |
isTerminated()
Returns whether this element is terminated.
|
void |
terminate()
Causes this element to terminate, generating a
TERMINATE event. |
boolean canTerminate()
boolean isTerminated()
void terminate() throws DebugException
TERMINATE
event.
Implementations may be blocking or non-blocking.DebugException
- on failure. Reasons include:
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.