Package com.medm.devicekit
Class DeviceAddingCancellationToken
- java.lang.Object
-
- com.medm.devicekit.DeviceAddingCancellationToken
-
public class DeviceAddingCancellationToken extends java.lang.ObjectCancellation token -- could be used to cancel asynchronous add operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()Cancel the operationbooleanisCancelled()Check if the operation is already cancelledbooleanisDone()Check if the operation is finished
-