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

E12063-07

oracle.dss.graph
Class TimeSelectorEvent

java.lang.Object
  extended by oracle.dss.graph.GraphEvent
      extended by oracle.dss.graph.TimeSelectorEvent

public class TimeSelectorEvent
extends GraphEvent

Event returned when the user manipulates the time selector.


Constructor Summary
TimeSelectorEvent(CommonGraph graph, long startTime, long endTime)
          Constructor.
 
Method Summary
 java.util.Date getEndDate()
          Returns the end date for the time selector.
 java.util.Date getStartDate()
          Returns the start date for the time selector.
 
Methods inherited from class oracle.dss.graph.GraphEvent
getGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSelectorEvent

public TimeSelectorEvent(CommonGraph graph,
                         long startTime,
                         long endTime)
Constructor.

Parameters:
graph -
startTime - the start time for the time selector
endTime - the end time for the time selector
Method Detail

getStartDate

public java.util.Date getStartDate()
Returns the start date for the time selector.


getEndDate

public java.util.Date getEndDate()
Returns the end date for the time selector.


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

E12063-07

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