Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.ui.search
Interface SearchListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
KeyStrokePanel

public interface SearchListener
extends java.util.EventListener

A listener for events on the SearchField.


Method Summary
 void searchCategoryChanged(SearchEvent se)
          Indicates that the search category changed.
 void searchPerformed(SearchEvent se)
          Indicates that a search should be performed.

 

Method Detail

searchPerformed

void searchPerformed(SearchEvent se)
Indicates that a search should be performed.
Parameters:
se - an event containing information about the search to perform.

searchCategoryChanged

void searchCategoryChanged(SearchEvent se)
Indicates that the search category changed.
Parameters:
se - an event containing information about the change.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.