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


oracle.dss.datautil.gui.panel.event
Class PanelDataChangedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.datautil.gui.panel.event.PanelDataChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class PanelDataChangedEvent
extends java.util.EventObject

Describes data changes in a particular panel.

See Also:
Serialized Form

Constructor Summary
PanelDataChangedEvent(java.lang.Object source, java.lang.String dataType, java.lang.Object dataChangedInfo)
          Constructor that specifies all arguments.

 

Method Summary
 java.lang.Object getDataChangedInfo()
          Retrieves the information about the data change.
 java.lang.String getType()
          Retrieves the type of the data change.

 

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

PanelDataChangedEvent

public PanelDataChangedEvent(java.lang.Object source,
                             java.lang.String dataType,
                             java.lang.Object dataChangedInfo)
Constructor that specifies all arguments.
Parameters:
source - The source of the event. This is the reference to the StandardPanel from which the event originated.
dataType - The type of the data change.
dataChangedInfo - The information about the data change.
Method Detail

getDataChangedInfo

public java.lang.Object getDataChangedInfo()
Retrieves the information about the data change.
Returns:
The information about the data change.

getType

public java.lang.String getType()
Retrieves the type of the data change.
Returns:
The data type.

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


Copyright © 2003, Oracle. All Rights Reserved.