Class ImageMosaicEventHandlers.ProgressEventDispatchThreadEventLauncher

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    ImageMosaicEventHandlers

    protected static final class ImageMosaicEventHandlers.ProgressEventDispatchThreadEventLauncher
    extends Object
    implements 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Run the event launcher
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

        public void run()
        Run the event launcher
        Specified by:
        run in interface Runnable