Project

General

Profile

« Previous | Next » 

Revision ceed2df6

Added by Leszek Koltunski almost 4 years ago

Change abortAll to removeAll in effectQueues (for consistency)
Remove all pre-effects from the component queues when they are not used anymore.

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueue.java
345 345
// we do want to notify Listeners if they called 'abortAll' themselves but don't want to notify
346 346
// them if it is the library itself which is releasing resources.
347 347

  
348
  public synchronized int abortAll(boolean notify)
348
  public synchronized int removeAll(boolean notify)
349 349
    {
350 350
    mJobs.add(new Job(DETALL,0,notify,null));
351 351
    InternalMaster.newSlave(this);

Also available in: Unified diff