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


oracle.dss.dataView
Class SizeEvent

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

public class SizeEvent
extends ControllerEvent

Event describing a component sizing.

See Also:
Serialized Form

Field Summary
static int COMPONENT_SIZED
          Sized
static int COMPONENT_SIZING
          Sizing

 

Constructor Summary
SizeEvent(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_SIZING

public static final int COMPONENT_SIZING
Sizing

COMPONENT_SIZED

public static final int COMPONENT_SIZED
Sized
Constructor Detail

SizeEvent

public SizeEvent(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.