Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.dataView
Class SelectEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.dss.dataView.DataviewEvent
          extended by oracle.dss.dataView.ControllerEvent
              extended by 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
protected  int id
           

 

Fields inherited from class oracle.dss.dataView.ControllerEvent
component

 

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

 

Fields inherited from class java.util.EventObject
source

 

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

 

Field Detail

COMPONENT_SELECTING

public static final int COMPONENT_SELECTING
Selecting
See Also:
Constant Field Values

COMPONENT_SELECTED

public static final int COMPONENT_SELECTED
Selected
See Also:
Constant Field Values

id

protected int id

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


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