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


oracle.dss.thin.beans.persistence
Class ExplorerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.thin.beans.persistence.ExplorerEvent
All Implemented Interfaces:
java.io.Serializable

public class ExplorerEvent
extends java.util.EventObject

Information about a change in Explorer. The Explorer thin beans send this event to all registered ExplorerListener implementations when any action is performed on them.

See Also:
ExplorerListener, Explorer, Serialized Form

Constructor Summary
ExplorerEvent(java.lang.Object source, java.lang.String action, java.lang.String objectName, java.lang.String objectType, QueryParameterProvider provider)
          Constructor, taking the event source, event action, object name and type as parameters.

 

Method Summary
 java.lang.String getAction()
          Retrieves the event action.
 java.lang.String getObjectName()
          Retrieves the selected object name.
 java.lang.String getObjectType()
          Retrieves the repository object type.
 QueryParameterProvider getQueryParameterProvider()
          Retrieves the QueryParameterProvider for this event
 java.lang.String toString()
          Returns the ExplorerEvent representation as a String.

 

Methods inherited from class java.util.EventObject
getSource

 

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

 

Constructor Detail

ExplorerEvent

public ExplorerEvent(java.lang.Object source,
                     java.lang.String action,
                     java.lang.String objectName,
                     java.lang.String objectType,
QueryParameterProvider provider)
Constructor, taking the event source, event action, object name and type as parameters.
Parameters:
source - The source of this ExplorerEvent
action - Retrieves the event type.
objectName - The name of the currently selected repository object
objectType - The type of the repository object, as defined in PersistableConstants
provider - the QueryParameterProvider for the current request
See Also:
PersistableConstants
Method Detail

getAction

public java.lang.String getAction()
Retrieves the event action.
Returns:
the event action

getObjectName

public java.lang.String getObjectName()
Retrieves the selected object name.
Returns:
Object nam relative to the current directory

getObjectType

public java.lang.String getObjectType()
Retrieves the repository object type.
Returns:
object type, as defined in PersistabelConstants
See Also:
PersistableConstants

getQueryParameterProvider

public QueryParameterProvider getQueryParameterProvider()
Retrieves the QueryParameterProvider for this event
Returns:
the current request's QueryParameterProvider

toString

public java.lang.String toString()
Returns the ExplorerEvent representation as a String.
Overrides:
toString in class java.util.EventObject
Returns:
a String representation of this event

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


Copyright © 2003, Oracle. All Rights Reserved.