Uses of Class
adams.gui.event.SearchEvent
-
Packages that use SearchEvent Package Description adams.gui.core adams.gui.event -
-
Uses of SearchEvent in adams.gui.core
Methods in adams.gui.core with parameters of type SearchEvent Modifier and Type Method Description protected void
SearchPanel. notifySearchListeners(SearchEvent e)
Sends out the event to all listeners. -
Uses of SearchEvent in adams.gui.event
Methods in adams.gui.event with parameters of type SearchEvent Modifier and Type Method Description void
SearchListener. searchInitiated(SearchEvent e)
Gets called whenever a search should be performed.
-