org.geotools.utils.progress
Class ProgressManager.ProgressEventDispatchThreadEventLauncher

java.lang.Object
  extended by org.geotools.utils.progress.ProgressManager.ProgressEventDispatchThreadEventLauncher
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ProgressManager

protected static final class ProgressManager.ProgressEventDispatchThreadEventLauncher
extends java.lang.Object
implements java.lang.Runnable

Private Class which simply fires the events using a copy of the listeners list in order to avoid problems with listeners that remove themselves or are removed by someone else


Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 1996-2010 Geotools. All Rights Reserved.