Interface CardRemovalWaiterAsynchronousSpi
public interface CardRemovalWaiterAsynchronousSpi
This SPI is specifically designed for plugins that handle card removal asynchronously.
- Since:
- 2.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCallback
(CardRemovalWaiterAsynchronousApi callback) Sets the asynchronous callback that will be called when the card removal is complete.
-
Method Details
-
setCallback
Sets the asynchronous callback that will be called when the card removal is complete.- Parameters:
callback
- The asynchronous callback to be called.- Since:
- 2.2.0
-