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

E12063-08

oracle.adf.view.faces.bi.event.timeline
Interface TimeRangeChangeListener

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

public interface TimeRangeChangeListener
extends javax.faces.event.FacesListener


Method Summary
 void processTimeRangeChange(TimeRangeChangeEvent event)
          Implementors of this interface can register a listener with the component so that they can expect to be notified when the date range in the timeline has changed due to user interaction.
 

Method Detail

processTimeRangeChange

void processTimeRangeChange(TimeRangeChangeEvent event)
                            throws javax.faces.event.AbortProcessingException
Implementors of this interface can register a listener with the component so that they can expect to be notified when the date range in the timeline has changed due to user interaction.

Parameters:
event -
Throws:
javax.faces.event.AbortProcessingException

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

E12063-08

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