public class BreakpointEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
BreakpointEvent.EventBody |
| Modifier and Type | Method and Description |
|---|---|
static BreakpointEvent |
create(BreakpointEvent.EventBody body,
Integer seq) |
boolean |
equals(Object obj) |
BreakpointEvent.EventBody |
getBody()
Event-specific information.
|
int |
hashCode() |
BreakpointEvent |
setBody(BreakpointEvent.EventBody body) |
create, getEvent, setBody, setEventpublic BreakpointEvent.EventBody getBody()
Eventpublic BreakpointEvent setBody(BreakpointEvent.EventBody body)
public static BreakpointEvent create(BreakpointEvent.EventBody body, Integer seq)