|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implemented by subscribers to row set management events generated by row sets or row set iterators.
A RowSet or RowSetIterator will notify its listeners whenever:
| Method Summary | |
void |
iteratorClosed(RowSetManagementEvent event)Invoked when the row set is closed. |
void |
iteratorReset(RowSetManagementEvent event)Invoked when the row set is reset. |
| Method Detail |
public void iteratorReset(RowSetManagementEvent event)
event - a description of the event.public void iteratorClosed(RowSetManagementEvent event)
event - a description of the event.
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||