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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProgressEvent
filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into the 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.
-
-