Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.xml.bind
Class ElementListEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.javatools.xml.bind.ElementListEvent

All Implemented Interfaces:
java.io.Serializable

public class ElementListEvent
extends java.util.EventObject
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ElementListEvent(java.lang.Object source, int startIndex, int endIndex)
           

 

Method Summary
 int getEndIndex()
           
 int getStartIndex()
           

 

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

ElementListEvent

public ElementListEvent(java.lang.Object source,
                        int startIndex,
                        int endIndex)

Method Detail

getStartIndex

public int getStartIndex()

getEndIndex

public int getEndIndex()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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