Package com.fifa.connectid.sdk
Class CancellationTokenImpl
- java.lang.Object
-
- com.fifa.connectid.sdk.CancellationTokenImpl
-
- All Implemented Interfaces:
CancellationToken
public class CancellationTokenImpl extends Object implements CancellationToken
-
-
Constructor Summary
Constructors Constructor Description CancellationTokenImpl()
-
-
-
Method Detail
-
getIsCancellationRequested
public boolean getIsCancellationRequested()
- Specified by:
getIsCancellationRequestedin interfaceCancellationToken
-
cancel
public void cancel()
-
-