Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.binding
Class DataEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.binding.DataEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataChangeEvent, DataExceptionEvent

public class DataEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected DataEvent(java.lang.Object source, int id)
          Creates an event with a data change list.
 
Method Summary
 int getEventId()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataEvent

protected DataEvent(java.lang.Object source,
                    int id)
Creates an event with a data change list.

Parameters:
source - the publisher of the event.
id - Event Identifier generated by the datacontrol. This will be carried through to the component so that component may request datacontrol to start events from the given id onwards.
Method Detail

getEventId

public int getEventId()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.