Skip navigation links

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

E17492-03


oracle.dss.dataView
Class ControllerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.dss.dataView.DataviewEvent
          extended by oracle.dss.dataView.ControllerEvent

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SelectEvent, SizeEvent

public class ControllerEvent
extends DataviewEvent

Base event describing a controller gesture.

See Also:
Serialized Form

Field Summary
protected  ComponentHandle component
           

 

Fields inherited from class oracle.dss.dataView.DataviewEvent
consumed

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ControllerEvent(java.lang.Object source, ComponentHandle comp)
          Class constructor.

 

Method Summary
 ComponentHandle getComponentHandle()
          The component on which the event took place.

 

Methods inherited from class oracle.dss.dataView.DataviewEvent
consume, isConsumed

 

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

 

Field Detail

component

protected ComponentHandle component
For internal use only. Application developers should not use this
The component on which the event took place

Constructor Detail

ControllerEvent

public ControllerEvent(java.lang.Object source,
                       ComponentHandle comp)
Class constructor.
Parameters:
source - the event source

Method Detail

getComponentHandle

public ComponentHandle getComponentHandle()
The component on which the event took place.
Returns:
the component on which the event took place

Skip navigation links

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

E17492-03


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