Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.dataView
Class DataviewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.dss.dataView.DataviewEvent

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ControllerEvent, DrillEvent, PageEvent, PivotEvent

public class DataviewEvent
extends java.util.EventObject

The root event that is passed to the DataviewDataListener and DataviewControllerListener interface methods. Provides event-consuming services to its subclasses.

See Also:
Serialized Form

Field Summary
protected  boolean consumed
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
DataviewEvent(java.lang.Object source)
          Constructor.

 

Method Summary
 void consume()
          Consumes this event.
 boolean isConsumed()
          Indicates whether this event has been consumed.

 

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

 

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

 

Field Detail

consumed

protected boolean consumed
For internal use only. Application developers should not use this
Actually perform action signaled by the event?

Constructor Detail

DataviewEvent

public DataviewEvent(java.lang.Object source)
Constructor.
Parameters:
source - The source of this event.

Method Detail

consume

public void consume()
Consumes this event. After you call this method, no further action is taken by the event source.

isConsumed

public boolean isConsumed()
Indicates whether this event has been consumed. After an event is consumed, no further action should be taken by the event source.
Returns:
boolean true if this event has been consumed, false if it has not.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.