Interface ProgressEventFilter


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

    Modifier and Type
    Method
    Description
    filter(ProgressEvent progressEvent)
    Returns the filtered event object that will be actually passed into the listeners.
  • Method Details

    • 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.