Uses of Class
org.eclipse.keyple.core.plugin.TaskCanceledException
Packages that use 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
Methods in org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion that throw TaskCanceledExceptionModifier and TypeMethodDescriptionvoidCardInsertionWaiterBlockingSpi.waitForCardInsertion()Waits indefinitely for a card to be inserted.voidWaitForCardInsertionBlockingSpi.waitForCardInsertion()Deprecated. -
Uses of TaskCanceledException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing
Methods in org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing that throw TaskCanceledExceptionModifier and TypeMethodDescriptionvoidCardPresenceMonitorBlockingSpi.monitorCardPresenceDuringProcessing()Monitors the card presence indefinitely (the method is blocking as long as the card is present).voidWaitForCardRemovalDuringProcessingBlockingSpi.waitForCardRemovalDuringProcessing()Deprecated. -
Uses of TaskCanceledException in org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal
Methods in org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal that throw TaskCanceledExceptionModifier and TypeMethodDescriptionvoidCardRemovalWaiterBlockingSpi.waitForCardRemoval()Waits indefinitely for a card to be removed.voidWaitForCardRemovalBlockingSpi.waitForCardRemoval()Deprecated.