Package org.eclipse.keyple.core.plugin
Interface WaitForCardRemovalAutonomousReaderApi
-
@Deprecated public interface WaitForCardRemovalAutonomousReaderApi
Deprecated.UseCardRemovalWaiterAsynchronousApi
instead (will be removed in a future version of this API).API associated to aWaitForCardRemovalAutonomousSpi
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onCardRemoved()
Deprecated.UseCardRemovalWaiterAsynchronousApi.onCardRemoved()
instead.
-
-
-
Method Detail
-
onCardRemoved
@Deprecated void onCardRemoved()
Deprecated.UseCardRemovalWaiterAsynchronousApi.onCardRemoved()
instead.Must be invoked when a card is removed.- Since:
- 2.0.0
-
-