public class RowSetManagementEvent extends JboEvent
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset.| Modifier and Type | Field and Description | 
|---|---|
static int | 
EVENT_TYPE_CLOSED
The event type designating that the row set iterator has been
 closed. 
 | 
static int | 
EVENT_TYPE_COLL_RESET  | 
static int | 
EVENT_TYPE_RESET
The event type designating that the row set iterator has been
 reset. 
 | 
| Constructor and Description | 
|---|
RowSetManagementEvent(RowSetIterator source,
                     int eventType)
Creates a row set management event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getEventType()
Gets the event type. 
 | 
java.lang.String | 
toString()
Internal: For debugging only. 
 | 
public static final int EVENT_TYPE_RESET
public static final int EVENT_TYPE_CLOSED
public static final int EVENT_TYPE_COLL_RESET
public RowSetManagementEvent(RowSetIterator source, int eventType)
source - the publisher of the event.eventType - the event type.  It should be one of the
                      EVENT_TYPE_... constants.public int getEventType()
EVENT_TYPE_... constants.public java.lang.String toString()
toString in class java.util.EventObject