Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo
Class InsertEvent

java.lang.Object
  extended by oracle.adfnmc.util.eventing.EventObject
      extended by oracle.jbo.JboEvent
          extended by oracle.jbo.RowEvent
              extended by oracle.jbo.InsertDeleteEvent
                  extended by oracle.jbo.InsertEvent

public class InsertEvent
extends InsertDeleteEvent

An event class used by RowSetIterator to inform its listeners when a row has been inserted.

Since:
JDeveloper 3.0
See Also:
RowSetIterator

Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Fields inherited from class oracle.adfnmc.util.eventing.EventObject
source
 
Constructor Summary
InsertEvent(NavigatableRowIterator source, Row row, int rowIndex, int rowCountBefore, int rowCount)
          Creates an event for a row being inserted.
 
Method Summary
 java.lang.String toString()
          Internal: For debugging only.
 
Methods inherited from class oracle.jbo.InsertDeleteEvent
getRowCountInRange, getRowCountInRangeBefore, toString
 
Methods inherited from class oracle.jbo.RowEvent
getRow, getRowIndex
 
Methods inherited from class oracle.adfnmc.util.eventing.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

InsertEvent

public InsertEvent(NavigatableRowIterator source,
                   Row row,
                   int rowIndex,
                   int rowCountBefore,
                   int rowCount)
Creates an event for a row being inserted.

Parameters:
source - the iterator that generated this event.
row - the row object that was inserted.
rowIndex - the range index of the row that was inserted.
rowCountBefore - the initial number of rows.
rowCount - the resulting number of rows.
Method Detail

toString

public java.lang.String toString()
Internal: For debugging only.

Overrides:
toString in class EventObject
Returns:
a diagnostic string.

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.