|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.EventObject
oracle.adf.view.rich.event.ActiveDataEvent
oracle.adf.view.rich.event.ActiveDataUpdateEvent
public abstract class ActiveDataUpdateEvent
ActiveDataEntry is the abstract base class represents active data change.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ActiveDataUpdateEvent(java.lang.Object source) |
Method Summary | |
---|---|
abstract java.util.List<ActiveDataEntry> |
getChangeList() Get the change list of this event |
abstract long |
getEventTime() Get the time when this event is generated from the data source |
Methods inherited from class oracle.adf.view.rich.event.ActiveDataEvent |
---|
getEventId, getSource |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActiveDataUpdateEvent(java.lang.Object source)
Method Detail |
---|
public abstract java.util.List<ActiveDataEntry> getChangeList()
public abstract long getEventTime()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |