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

E12063-04

oracle.adf.view.faces.bi.event
Class TimeSelectorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.faces.bi.event.TimeSelectorEvent
All Implemented Interfaces:
java.io.Serializable

public class TimeSelectorEvent
extends javax.faces.event.FacesEvent

Event fired for SVG graphs when the user manipulates the time selector.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeSelectorEvent(javax.faces.component.UIComponent component, long startTime, long endTime)
          Constructor.
 
Method Summary
 long getEndTime()
          Retrives the end time of the time selector.
 long getStartTime()
          Retrives the start time of the time selector.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
          Determine if the given listener is appropriate for this event.
 void processListener(javax.faces.event.FacesListener listener)
          Broadcast this event to the given listener.
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeSelectorEvent

public TimeSelectorEvent(javax.faces.component.UIComponent component,
                         long startTime,
                         long endTime)
Constructor.

Parameters:
component - CoreGraph that generated this event
startTime - start time of time selector
endTime - end time of time selector
Method Detail

getStartTime

public long getStartTime()
Retrives the start time of the time selector.

Returns:
start time of time selector

getEndTime

public long getEndTime()
Retrives the end time of the time selector.

Returns:
end time of time selector

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Determine if the given listener is appropriate for this event.

Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent
Parameters:
listener - listener to check whether appropriate for this event
Returns:
true if the given listener is appropriate to handle this event, false otherwise

processListener

public void processListener(javax.faces.event.FacesListener listener)
Broadcast this event to the given listener.

Specified by:
processListener in class javax.faces.event.FacesEvent
Parameters:
listener - listener to process this event
Throws:
AbortProcessingException - if this event should not be processed further

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

E12063-04

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