Uses of Class
de.regnis.q.sequence.core.QSequenceCancelledException
-
Packages that use QSequenceCancelledException Package Description de.regnis.q.sequence de.regnis.q.sequence.core de.regnis.q.sequence.media -
-
Uses of QSequenceCancelledException in de.regnis.q.sequence
Methods in de.regnis.q.sequence that throw QSequenceCancelledException Modifier and Type Method Description void
QSequenceDifference. registerSnake(int leftFrom, int leftTo, int rightFrom, int rightTo)
-
Uses of QSequenceCancelledException in de.regnis.q.sequence.core
Methods in de.regnis.q.sequence.core that throw QSequenceCancelledException Modifier and Type Method Description void
QSequenceCanceller. checkCancelled()
void
QSequenceSnakeRegister. registerSnake(int leftFrom, int leftTo, int rightFrom, int rightTo)
-
Uses of QSequenceCancelledException in de.regnis.q.sequence.media
Methods in de.regnis.q.sequence.media that throw QSequenceCancelledException Modifier and Type Method Description void
QSequenceIntMedia. checkCancelled()
boolean
QSequenceCachingMedia. equals(int leftIndex, int rightIndex)
boolean
QSequenceDiscardingMedia. equals(int leftIndex, int rightIndex)
boolean
QSequenceIntMedia. equalsLeft(int left1, int left2)
boolean
QSequenceIntMedia. equalsRight(int right1, int right2)
-