Uses of Interface
net.anwiba.commons.thread.cancel.ICancelerListener
Packages that use ICancelerListener
Package
Description
-
Uses of ICancelerListener in net.anwiba.commons.thread.cancel
Methods in net.anwiba.commons.thread.cancel with parameters of type ICancelerListenerModifier and TypeMethodDescriptionvoidCanceler.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 ICancelerListenerModifier and TypeMethodDescriptionvoidProcessRunner.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 ICancelerListenerModifier and TypeMethodDescriptionvoidIRunnable.addCancelerListener(ICancelerListener listner) voidIRunnable.removeCancelerListener(ICancelerListener listner)