Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


oracle.adf.view.rich.event
Class ActiveDataEvent

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActiveDataExceptionEvent, ActiveDataUpdateEvent

public abstract class ActiveDataEvent
extends java.util.EventObject

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
ActiveDataEvent(java.lang.Object source)
           

 

Method Summary
abstract  int getEventId()
          Get the event id
 ActiveDataModel getSource()
          The active data model on which the Event initially occurred.

 

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

ActiveDataEvent

public ActiveDataEvent(java.lang.Object source)

Method Detail

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 java.util.EventObject
Returns:
The active data model on which the Event initially occurred.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


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