public interface SearchPanelListener
Modifier and Type | Method and Description |
---|---|
void |
searchStarted(java.lang.String searchString)
Called when the user requests a search by pressing return having
typed a search string into the text field.
|
void |
searchStopped()
Called when the user presses the cancel search button or presses
escape while the search is in focus.
|
void searchStarted(java.lang.String searchString)
searchString
- the user's search stringvoid searchStopped()
http://code.google.com/p/jam-lib/