Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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

A listener for sort events.

Since:
4.0

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

Method Detail

processSortRequesting

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

Parameters:
event - information about the sort
Throws:
javax.faces.event.AbortProcessingException - if processing should immediately stop

processSortRequested

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

Parameters:
event - information about the sort
Throws:
javax.faces.event.AbortProcessingException - if processing should immediately stop

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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