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