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


oracle.dss.dataView
Class SelectEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataView.DataviewEvent
              |
              +--oracle.dss.dataView.ControllerEvent
                    |
                    +--oracle.dss.dataView.SelectEvent
All Implemented Interfaces:
java.io.Serializable

public class SelectEvent
extends ControllerEvent

Event describing a component selection.

See Also:
Serialized Form

Field Summary
static int COMPONENT_SELECTED
          Selected
static int COMPONENT_SELECTING
          Selecting

 

Constructor Summary
SelectEvent(java.lang.Object source, int ID, ComponentHandle comp)
          Class constructor.

 

Method Summary
 int getID()
          Return the ID of the event.

 

Methods inherited from class oracle.dss.dataView.ControllerEvent
getComponentHandle

 

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

 

Field Detail

COMPONENT_SELECTING

public static final int COMPONENT_SELECTING
Selecting

COMPONENT_SELECTED

public static final int COMPONENT_SELECTED
Selected
Constructor Detail

SelectEvent

public SelectEvent(java.lang.Object source,
                   int ID,
ComponentHandle comp)
Class constructor.
Parameters:
source - the event source
Method Detail

getID

public int getID()
Return the ID of the event.
Returns:
ID number of event

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


Copyright © 2003, Oracle. All Rights Reserved.