Package com.amazonaws.event
Interface ProgressEventFilter
public interface ProgressEventFilter
An interface that filters the incoming events before passing
them into the registered listeners.
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(ProgressEvent progressEvent) Returns the filtered event object that will be actually passed into the listeners.
-
Method Details
-
filter
Returns the filtered event object that will be actually passed into the listeners. Returns null if the event should be completely blocked.
-