Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Class ControllerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataView.DataviewEvent
              |
              +--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

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

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

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.