public interface IEventRequest extends IALSBDebuggerObject
Modifier and Type | Method and Description |
---|---|
void |
disable()
enables the request
|
void |
enable()
enables the request
|
boolean |
isEnabled()
returns true if this request is enabled
|
int |
type()
returns the type of the event requested
|
debugger, toString
int type()
boolean isEnabled()
void enable() throws InvalidRequestStateException
InvalidRequestStateException
- - if this request has been deleted.void disable() throws InvalidRequestStateException
InvalidRequestStateException
- - if this request has been deleted.