com.bbn.openmap.event
Interface OMEventMacroFilter


public interface OMEventMacroFilter

A macro filter knows how to take a Collection of objects and return a list of them that pass its filters. This object is generally created to be used for by multiple OMEventHandlers to further filter events based on other parameters that the OMEventHandler may not know about.

Author:
dietrick

Method Summary
 java.util.List<OMEvent> getMacroFilteredList(java.util.List<OMEvent> listOfEvents)
           
 

Method Detail

getMacroFilteredList

java.util.List<OMEvent> getMacroFilteredList(java.util.List<OMEvent> listOfEvents)
Parameters:
listOfEvents - a list of events that are currently going to be displayed in the GUI.
Returns:
a filtered list of events that pass the criteria set by this filter.


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details