Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.event.pivotTable
Interface SortListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener

public interface SortListener
extends javax.faces.event.FacesListener

Since:
4.0

Method Summary
 void processSortRequested(SortEvent event)
          Signal that a sort just happened.
 void processSortRequesting(SortEvent event)
          Signal that a sort is about to happen.
 

Method Detail

processSortRequesting

void processSortRequesting(SortEvent event)
                           throws javax.faces.event.AbortProcessingException
Signal that a sort is about to happen.

Parameters:
event - information about the sort
Throws:
javax.faces.event.AbortProcessingException

processSortRequested

void processSortRequested(SortEvent event)
                          throws javax.faces.event.AbortProcessingException
Signal that a sort just happened.

Parameters:
event - information about the sort
Throws:
javax.faces.event.AbortProcessingException

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

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