oracle.adf.view.faces.bi.event
Class TimeAxisEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.faces.event.FacesEvent
javax.faces.event.FacesEvent
           oracle.adf.view.faces.bi.event.TimeAxisEvent
oracle.adf.view.faces.bi.event.TimeAxisEvent
- All Implemented Interfaces: 
- java.io.Serializable
- public class TimeAxisEvent 
- extends javax.faces.event.FacesEvent
Event fired for Time Axis SVG graphs when the user clicks on a ???dead??? location 
  in the plot area.
- Since:
- 4.0
- See Also:
- Serialized Form
 
| Fields inherited from class java.util.EventObject | 
| source | 
 
| Constructor Summary | 
| TimeAxisEvent(javax.faces.component.UIComponent component,
              long time)
 | 
 
| Method Summary | 
|  long | getTime()Retrives the date/time along the time axis of the location clicked.
 | 
|  boolean | isAppropriateListener(javax.faces.event.FacesListener listener)
 | 
|  void | processListener(javax.faces.event.FacesListener 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 | 
 
TimeAxisEvent
public TimeAxisEvent(javax.faces.component.UIComponent component,
                     long time)
getTime
public long getTime()
- Retrives the date/time along the time axis of the location clicked.
 
- 
- Returns:
 
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- 
- Specified by:
- isAppropriateListenerin class- javax.faces.event.FacesEvent
 
- 
 
processListener
public void processListener(javax.faces.event.FacesListener listener)
- 
- Specified by:
- processListenerin class- javax.faces.event.FacesEvent
 
Copyright © 1997, 2011, Oracle. All rights reserved.