Skip navigation links 
 
oracle.jbo
Class RowSetManagementEvent
java.lang.Object
  
java.util.EventObject
      
oracle.jbo.JboEvent
          
oracle.jbo.RowSetManagementEvent
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class RowSetManagementEvent
 
- extends JboEvent
 
Generated by RowSet or RowSetIterator to inform its listeners when the row set is closed or reset.
- See Also:
 
- Serialized Form
 
 
| Field Summary | 
static int | 
EVENT_TYPE_CLOSED 
          The event type designating that the row set iterator has been closed. | 
static int | 
EVENT_TYPE_RESET 
          The event type designating that the row set iterator has been reset. | 
 
| Fields inherited from class java.util.EventObject | 
source | 
  
 
  
 
| Method Summary | 
 int | 
getEventType() 
          Gets the event type. | 
 java.lang.String | 
toString() 
          Internal: For debugging only. | 
 
| Methods inherited from class java.util.EventObject | 
getSource | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
EVENT_TYPE_RESET
public static final int EVENT_TYPE_RESET
- The event type designating that the row set iterator has been reset.
- See Also:
 
- Constant Field Values
 
 
EVENT_TYPE_CLOSED
public static final int EVENT_TYPE_CLOSED
- The event type designating that the row set iterator has been closed.
- See Also:
 
- Constant Field Values
 
 
RowSetManagementEvent
public RowSetManagementEvent(RowSetIterator source,
                             int eventType)
- Creates a row set management event.
- Parameters:
 
source - the publisher of the event. 
eventType - the event type. It should be one of the EVENT_TYPE_... constants. 
 
getEventType
public int getEventType()
- Gets the event type.
 
- 
- Returns:
 
- the event type. It should be one of the 
EVENT_TYPE_... constants. 
 
toString
public java.lang.String toString()
- Internal: For debugging only.
 
- 
- Overrides:
 
toString in class java.util.EventObject 
 
- 
- Returns:
 
- a diagnostic string.
 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.