Skip navigation links
oracle.adf.view.rich.event
Class ActiveDataUpdateEvent
java.lang.Object
java.util.EventObject
oracle.adf.view.rich.event.ActiveDataEvent
oracle.adf.view.rich.event.ActiveDataUpdateEvent
- All Implemented Interfaces:
- Serializable
-
public abstract class ActiveDataUpdateEvent
- extends ActiveDataEvent
ActiveDataEntry is the abstract base class represents active data change. This class doesn't have any persistent state in it. So implementations should mark all instance variables transient.
- See Also:
- Serialized Form
ActiveDataUpdateEvent
public ActiveDataUpdateEvent(Object source)
getChangeList
public abstract 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
Copyright © 2013 Oracle Corporation. All Rights Reserved.