Uses of Interface
net.anwiba.commons.thread.cancel.ICancelerListener
-
Packages that use ICancelerListener Package Description net.anwiba.commons.thread.cancel net.anwiba.commons.thread.process net.anwiba.commons.thread.queue -
-
Uses of ICancelerListener in net.anwiba.commons.thread.cancel
Methods in net.anwiba.commons.thread.cancel with parameters of type ICancelerListener Modifier and Type Method Description voidCanceler. addCancelerListener(ICancelerListener listener)voidICanceler. addCancelerListener(ICancelerListener listener)voidCanceler. removeCancelerListener(ICancelerListener listener)voidICanceler. removeCancelerListener(ICancelerListener listener) -
Uses of ICancelerListener in net.anwiba.commons.thread.process
Methods in net.anwiba.commons.thread.process with parameters of type ICancelerListener Modifier and Type Method Description voidProcessRunner. addCancelerListener(ICancelerListener listener)voidProcessRunner. removeCancelerListener(ICancelerListener listener) -
Uses of ICancelerListener in net.anwiba.commons.thread.queue
Methods in net.anwiba.commons.thread.queue with parameters of type ICancelerListener Modifier and Type Method Description voidIRunnable. addCancelerListener(ICancelerListener listner)voidIRunnable. removeCancelerListener(ICancelerListener listner)
-