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


oracle.dss.metadataManager.common
Class MetadataManagerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.metadataUtil.BaseEvent
              |
              +--oracle.dss.metadataManager.common.MetadataManagerEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MetadataModifiedEvent

public class MetadataManagerEvent
extends BaseEvent

Describes something that has happened in the MetadataManager.

See Also:
Serialized Form

Method Summary
 java.lang.Object getObject()
          Retrieves the object that has been affected by the event.

 

Methods inherited from class oracle.dss.metadataUtil.BaseEvent
consume, isConsumable, isConsumed, setLocale

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

getObject

public java.lang.Object getObject()
Retrieves the object that has been affected by the event. The object might be a connection, a property bag, a metadata object, or other object.
Returns:
The object that has been affected.

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


Copyright © 2003, Oracle. All Rights Reserved.