org.eclipse.birt.report.model.api.activity
Interface IEventFilter
public interface IEventFilter
Class provides a event filter logic for a transaction.
Method Summary |
java.util.List |
filter(java.util.List events)
Apply filter conditions to the chain of events. |
filter
java.util.List filter(java.util.List events)
- Apply filter conditions to the chain of events. The notifications that
should be filtered is flagged as "filtered"
- Parameters:
events
- the event chain that is to be filtered.
- Returns:
- Returns an event chain, the notifications that should be filtered
is flagged as "filtered"
Copyright © 2008 Actuate Corp. All rights reserved.