Uses of Class
org.eclipse.keyple.core.plugin.TaskCanceledException
-
Packages that use TaskCanceledException Package Description org.eclipse.keyple.core.plugin.spi.reader.observable.state.insertion SPI for the card insertion observation profile definition.org.eclipse.keyple.core.plugin.spi.reader.observable.state.processing SPI for the card processing observation profile definition.org.eclipse.keyple.core.plugin.spi.reader.observable.state.removal 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 TaskCanceledException Modifier and Type Method Description void
WaitForCardInsertionBlockingSpi. waitForCardInsertion()
Waits indefinitely for a card to be inserted. -
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 TaskCanceledException Modifier and Type Method Description void
WaitForCardRemovalDuringProcessingBlockingSpi. waitForCardRemovalDuringProcessing()
Waits indefinitely for a card to be removed. -
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 TaskCanceledException Modifier and Type Method Description void
WaitForCardRemovalBlockingSpi. waitForCardRemoval()
Waits indefinitely for a card to be removed.
-