public interface OMEventHandler
Modifier and Type | Method and Description |
---|---|
java.util.List<OMEvent> |
getEventList() |
java.util.List<OMEvent> |
getEventList(java.util.List filters)
This is the main call to return OMEvents based on filters set in the
GUI.
|
java.util.List |
getFilters() |
java.lang.Boolean |
getFilterState(java.lang.String filterName)
Query to find out if a filter should be enabled, based on EventHandler
settings and history.
|
java.util.List<OMEvent> |
getMacroFilteredList(java.util.Collection eventCollection) |
void |
setFilterState(java.lang.String filterName,
java.lang.Boolean state) |
java.util.List<OMEvent> getEventList()
java.util.List<OMEvent> getEventList(java.util.List filters)
filters
- A List of Strings. If your OMEventHandler provides
entries into the filterList, you should check the entries on that
list to see if they are in this provided list. If they are, you
should return the OMEvents that fall under that filter String's
jurisdiction.java.util.List<OMEvent> getMacroFilteredList(java.util.Collection eventCollection)
java.util.List getFilters()
java.lang.Boolean getFilterState(java.lang.String filterName)
filterName
- the filter string.void setFilterState(java.lang.String filterName, java.lang.Boolean state)
filterName
- state
- Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details