Class DefaultProgress
- java.lang.Object
-
- com.hybris.cockpitng.core.async.impl.DefaultProgress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.hybris.cockpitng.core.async.Progress
Progress.ProgressType
-
-
Constructor Summary
Constructors Constructor Description DefaultProgress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intget()booleanisCancelRequested()voidrequestCancel()voidset(int value)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
requestCancel
public void requestCancel()
- Specified by:
requestCancelin interfaceProgress
-
isCancelRequested
public boolean isCancelRequested()
- Specified by:
isCancelRequestedin interfaceProgress
-
-