Interface ProgressEventFilter


  • public interface ProgressEventFilter
    An interface that filters the incoming events before passing them into the registered listeners.
    • Method Detail

      • filter

        ProgressEvent filter​(ProgressEvent progressEvent)
        Returns the filtered event object that will be actually passed into the listeners. Returns null if the event should be completely blocked.