Skip navigation links
oracle.adf.view.rich.event
Class ActiveDataEvent
java.lang.Object
java.util.EventObject
oracle.adf.view.rich.event.ActiveDataEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActiveDataExceptionEvent, ActiveDataUpdateEvent
-
public abstract class ActiveDataEvent
- extends EventObject
ActiveDataEntry is the abstract base class represents active data change.
- See Also:
- Serialized Form
ActiveDataEvent
public ActiveDataEvent(Object source)
getEventId
public abstract int getEventId()
- Get the event id
-
- Returns:
- the event id
getSource
public ActiveDataModel getSource()
- The active data model on which the Event initially occurred.
-
- Overrides:
getSource in class EventObject
-
- Returns:
- The active data model on which the Event initially occurred.
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.