Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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