Class ProgressEvent

    • Constructor Detail

      • ProgressEvent

        public ProgressEvent​(Object source)
      • ProgressEvent

        public ProgressEvent​(Object source,
                             Exception ex)
        Creates a new instance of ProgressEvent for progress failed event
        Parameters:
        source - The object on which the Event initially occurred.
        ex - Exception for progress failed event
    • Method Detail

      • getException

        public Exception getException()