Uses of Class
org.eclipse.keyple.core.plugin.TaskCanceledException
Package
Description
SPI for the card insertion observation profile definition.
SPI for the card processing observation profile definition.
SPI for the card removal observation profile definition.
-
Uses of TaskCanceledException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion
Modifier and TypeMethodDescriptionvoid
CardInsertionWaiterBlockingSpi.waitForCardInsertion()
Waits indefinitely for a card to be inserted.void
WaitForCardInsertionBlockingSpi.waitForCardInsertion()
Deprecated. -
Uses of TaskCanceledException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing
Modifier and TypeMethodDescriptionvoid
CardPresenceMonitorBlockingSpi.monitorCardPresenceDuringProcessing()
Monitors the card presence indefinitely (the method is blocking as long as the card is present).void
WaitForCardRemovalDuringProcessingBlockingSpi.waitForCardRemovalDuringProcessing()
Deprecated. -
Uses of TaskCanceledException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal
Modifier and TypeMethodDescriptionvoid
CardRemovalWaiterBlockingSpi.waitForCardRemoval()
Waits indefinitely for a card to be removed.void
WaitForCardRemovalBlockingSpi.waitForCardRemoval()
Deprecated.