|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The RowSetListener interface is implemented by a component that wants to be notified when a significant event happens in the life of a RowSet
Method Summary | |
void |
cursorMoved(RowSetEvent event)
Called when a rowset's cursor is moved. |
void |
rowChanged(RowSetEvent event)
Called when a row is inserted, updated, or deleted. |
void |
rowSetChanged(RowSetEvent event)
Called when the rowset is changed. |
Method Detail |
public void rowSetChanged(RowSetEvent event)
Called when the rowset is changed.
event
- an object describing the eventpublic void rowChanged(RowSetEvent event)
Called when a row is inserted, updated, or deleted.
event
- an object describing the eventpublic void cursorMoved(RowSetEvent event)
event
- an object describing the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |