org.xnap.search
Interface SearchManagerListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- SearchPanel
public interface SearchManagerListener
- extends java.util.EventListener
Defines the requirements for a class that handles incoming search
requests. Handling means that the start()
methods of the Search
objects are called and that the results
are displayed to the user.
Method Summary |
void |
handle(Search search)
Invoked when search was added to the
SearchManager . |
handle
void handle(Search search)
- Invoked when
search
was added to the
SearchManager
.
Copyright © 2001-2005 XNap Team. All Rights Reserved.