Skip navigation links

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

E17492-04


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.

Skip navigation links

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

E17492-04


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