Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.event
Class ActiveDataUpdateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.adf.view.rich.event.ActiveDataEvent
          extended by oracle.adf.view.rich.event.ActiveDataUpdateEvent

All Implemented Interfaces:
java.io.Serializable

public abstract class ActiveDataUpdateEvent
extends ActiveDataEvent

ActiveDataEntry is the abstract base class represents active data change.

See Also:
Serialized Form

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

ActiveDataUpdateEvent

public ActiveDataUpdateEvent(java.lang.Object source)

Method Detail

getChangeList

public abstract java.util.List<ActiveDataEntry> getChangeList()
Get the change list of this event
Returns:
the change list of this event

getEventTime

public abstract long getEventTime()
Get the time when this event is generated from the data source
Returns:
the time for this event

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.