|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.dss.thin.beans.persistence.ExplorerEvent
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.
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 |
public ExplorerEvent(java.lang.Object source,
java.lang.String action,
java.lang.String objectName,
java.lang.String objectType,
QueryParameterProvider provider)
source - The source of this ExplorerEventaction - Retrieves the event type.objectName - The name of the currently selected repository objectobjectType - The type of the repository object, as defined in PersistableConstantsprovider - the QueryParameterProvider for the current requestPersistableConstants| Method Detail |
public java.lang.String getAction()
public java.lang.String getObjectName()
public java.lang.String getObjectType()
PersistabelConstantsPersistableConstantspublic QueryParameterProvider getQueryParameterProvider()
public java.lang.String toString()
ExplorerEvent representation as a String.toString in class java.util.EventObject
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||