Interface CardRemovalWaiterAsynchronousSpi
-
public interface CardRemovalWaiterAsynchronousSpiThis SPI is specifically designed for plugins that handle card removal asynchronously.- Since:
- 2.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCallback(CardRemovalWaiterAsynchronousApi callback)Sets the asynchronous callback that will be called when the card removal is complete.
-
-
-
Method Detail
-
setCallback
void setCallback(CardRemovalWaiterAsynchronousApi callback)
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
-
-