|
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.util.ModelEvent | +--oracle.dss.util.WaitDataAvailableEvent
Describes a fetch of data that was previously unavailable. Notifies a DataDirectorListener
that data that the view was waiting for is now available. The data source passes a WaitDataAvailableEvent
to the waitDataAvailable
method of the DataDirectorListener
.
WaitData
, DataDirectorListener.waitDataAvailable(oracle.dss.util.WaitDataAvailableEvent)
, Serialized FormConstructor Summary | |
WaitDataAvailableEvent(java.lang.Object source) Constructor. |
Methods inherited from class oracle.dss.util.ModelEvent |
isColumnDirty, isDataDirty, isRowDirty |
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 WaitDataAvailableEvent(java.lang.Object source)
source
- The source of this event.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |