Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.event
Interface QueryListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener
All Known Implementing Classes:
SetPropertyListener

public interface QueryListener
extends javax.faces.event.FacesListener

The QueryListener is invoked when a user's action results in the QueryEvent being queued (and broadcast to the component). Example of a user action is when a user performs a query by clicking the "go" icon of the quickQuery component or the "Search" button of the query component.


Method Summary
 void processQuery(QueryEvent event)
          Override this method to perform a query.

 

Method Detail

processQuery

void processQuery(QueryEvent event)
                  throws javax.faces.event.AbortProcessingException
Override this method to perform a query. Implementors of this interface can register a listener with the component so that they can expect to be notified when the user performs a search.
Parameters:
event -
Throws:
javax.faces.event.AbortProcessingException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.