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


oracle.dss.dataSource.common
Class CellsSubmittingEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataSource.common.QueryEvent
              |
              +--oracle.dss.dataSource.common.CellsSubmitEvent
                    |
                    +--oracle.dss.dataSource.common.CellsSubmittingEvent
All Implemented Interfaces:
java.lang.Cloneable, Consumable, java.io.Serializable

public class CellsSubmittingEvent
extends CellsSubmitEvent
implements Consumable

Informs listeners when a cell submission operation is requested. A listener has the option to veto the cell submission operation by calling the consume method. If a listener vetoes the operation, then subsequent listeners are not notified and the operation is cancelled (that is, not added to the pending queue).

See Also:
Serialized Form

Constructor Summary
CellsSubmittingEvent(java.lang.Object source, com.sun.java.util.collections.List qdrOverrideCollection)
          Constructor.

 

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

 

Methods inherited from class oracle.dss.dataSource.common.CellsSubmitEvent
getQDROverrideCollection

 

Methods inherited from class oracle.dss.dataSource.common.QueryEvent
clone

 

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

 

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

 

Constructor Detail

CellsSubmittingEvent

public CellsSubmittingEvent(java.lang.Object source,
                            com.sun.java.util.collections.List qdrOverrideCollection)
Constructor.
Parameters:
source - The source of the event, that is, the object that fired the event.
qdrOverrideCollection - A writeback collection that contains a QDR override for each cell that was edited.
Method Detail

consume

public void consume()
Consumes this event.
Specified by:
consume in interface Consumable
Overrides:
consume in class QueryEvent

isConsumed

public boolean isConsumed()
Indicates whether this event has been consumed.
Specified by:
isConsumed in interface Consumable
Overrides:
isConsumed in class QueryEvent
Following copied from interface: oracle.dss.dataSource.common.Consumable
Returns:
true if consumed

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


Copyright © 2003, Oracle. All Rights Reserved.