java.lang.Object
com.renomad.minum.queue.ActionQueueKiller
This class exists to properly kill off multiple action queues
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A helpful indicator of whether this object was interrupted while looping through the list of action queuesvoid
Systematically stops and kills all the action queues that have been instantiated in this call tree.
-
Constructor Details
-
ActionQueueKiller
-
-
Method Details
-
killAllQueues
public void killAllQueues()Systematically stops and kills all the action queues that have been instantiated in this call tree. -
hadToInterrupt
public boolean hadToInterrupt()A helpful indicator of whether this object was interrupted while looping through the list of action queues- Returns:
- true If we were interrupted while attempting to cleanly kill the action queues
-