com.amazonaws.event
Interface ProgressListenerChain.ProgressEventFilter

Enclosing class:
ProgressListenerChain

public static interface ProgressListenerChain.ProgressEventFilter

An interface that filters the incoming events before passing them into the registered listeners.


Method Summary
 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.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.