|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
oracle.dss.dataView.DataviewEvent
public class DataviewEvent
The root event that is passed to the DataviewDataListener
and
DataviewControllerListener
interface methods. Provides
event-consuming services to its subclasses.
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 |
---|
protected boolean consumed
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 Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |