public class ProgressStatusEventSet extends ProgressStatusEvent
| Constructor and Description |
|---|
ProgressStatusEventSet(String progressStatusId) |
ProgressStatusEventSet(String id,
Integer totalStepCount,
Integer currentStepCount) |
| Modifier and Type | Method and Description |
|---|---|
ProgressStatus |
apply(ProgressStatus ps) |
boolean |
equals(Object obj) |
Integer |
getCurrentStepCount() |
Integer |
getTotalStepCount() |
int |
hashCode() |
void |
setCurrentStepCount(Integer currentStepCount) |
void |
setTotalStepCount(Integer totalStepCount) |
getSourceIdpublic ProgressStatusEventSet(String id, Integer totalStepCount, Integer currentStepCount)
public ProgressStatusEventSet(String progressStatusId)
public Integer getTotalStepCount()
public Integer getCurrentStepCount()
public void setTotalStepCount(Integer totalStepCount)
public void setCurrentStepCount(Integer currentStepCount)
public ProgressStatus apply(ProgressStatus ps)
apply in class ProgressStatusEventCopyright © 2017–2020 Eclipse Foundation. All rights reserved.