Class ConcurrentDownloadTimeoutEvent

    • Constructor Detail

      • ConcurrentDownloadTimeoutEvent

        public ConcurrentDownloadTimeoutEvent​(GridExporter<?> source)
        Constructs a new ConcurrentDownloadTimeoutEvent.
        Parameters:
        source - the GridExporter that is the source of this event
        Throws:
        IllegalArgumentException - if source is null
    • Method Detail

      • getSource

        public GridExporter<?> getSource()
        Returns the source of this event.
        Overrides:
        getSource in class EventObject
        Returns:
        the GridExporter that is the source of this event
      • stopPropagation

        public void stopPropagation()
        Stops the propagation of this event. When propagation is stopped, other listeners will not be notified of this event.
      • isPropagationStopped

        public boolean isPropagationStopped()
        Checks if the propagation of this event has been stopped.
        Returns:
        true if the propagation has been stopped, false otherwise
        See Also:
        stopPropagation()