|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowSetListener
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 |
---|
void cursorMoved(RowSetEvent rowSetEvent)
rowSetEvent
- - an object describing the eventvoid rowChanged(RowSetEvent rowSetEvent)
rowSetEvent
- - an object describing the eventvoid 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 |