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