Interface SearchListener
-
- All Known Implementing Classes:
GraphView,GraphViewBusinessStreamVisualisation,SearchView,SystemEventSearchView
public interface SearchListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsearch(java.lang.String searchTerm, java.util.List<java.lang.String> entityTypes, boolean negateQuery, long startDate, long endDate)Component search listener.
-