|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMEventHandler
An OMEventHandler manages OMEvents, creating them from TemporalRecords.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |