|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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 (src) rowSetEvent)
Called when a rowset's cursor is moved. |
void |
rowChanged(RowSetEvent (src) rowSetEvent)
Called when a row is inserted, updated, or deleted. |
void |
rowSetChanged(RowSetEvent (src) rowSetEvent)
Called when the rowset is changed. |
Method Detail |
public void cursorMoved(RowSetEvent (src) rowSetEvent)
rowSetEvent
- - an object describing the eventpublic void rowChanged(RowSetEvent (src) rowSetEvent)
rowSetEvent
- - an object describing the eventpublic void rowSetChanged(RowSetEvent (src) rowSetEvent)
rowSetEvent
- - an object describing the event
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |