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