Class ActionQueueKiller

java.lang.Object
com.renomad.minum.queue.ActionQueueKiller

public final class ActionQueueKiller extends Object
This class exists to properly kill off multiple action queues
  • Constructor Details

    • ActionQueueKiller

      public ActionQueueKiller(Context context)
  • 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