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


oracle.dss.persistence.gui
Class ExplorerEvent

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

public class ExplorerEvent
extends java.util.EventObject

The event that the Explorer user interface send to the application when the user has performed certain actions. Currently, there is only one type of ExplorerEvent, which is the EXIT event.

See Also:
Serialized Form

Field Summary
static int EXIT
          User exits from the Explorer user interface.

 

Constructor Summary
ExplorerEvent(java.lang.Object source, int type)
          Constructor of ExplorerEvent

 

Method Summary
 int getEventType()
          Retrieves the type of Explorer event.

 

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

EXIT

public static final int EXIT
User exits from the Explorer user interface.
Constructor Detail

ExplorerEvent

public ExplorerEvent(java.lang.Object source,
                     int type)
Constructor of ExplorerEvent
Parameters:
source - the source of the event.
type - the type of event.
See Also:
EXIT
Method Detail

getEventType

public int getEventType()
Retrieves the type of Explorer event.
Returns:
the type of Explorer event.
See Also:
EXIT

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


Copyright © 2003, Oracle. All Rights Reserved.