Class ImageMosaicEventHandlers.ProcessingEvent

    • Field Summary

      • Fields inherited from class EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessingEvent​(Object source, String message, double percentage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getMessage()  
      double getPercentage()  
      • Methods inherited from class EventObject

        getSource, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessingEvent

        public ProcessingEvent​(Object source,
                               String message,
                               double percentage)
        Parameters:
        source -
    • Method Detail

      • getPercentage

        public double getPercentage()
      • getMessage

        public String getMessage()