|
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.dataView.DataviewEvent
The root event that is passed to the DataviewDataListener and DataviewControllerListener interface methods. Provides event-consuming services to its subclasses.
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataviewEvent(java.lang.Object source)
source - The source of this event.| Method Detail |
public void consume()
public boolean isConsumed()
true if this event has been consumed, false if it has not.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||