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 Detail

      • run

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