|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionalDataListener
TransactionalDataListener is an event listener interface that
supports processing events produced by a corresponding
TransactionalDataProvider instance, in addition to those fired
by the underlying DataProvider.
| Method Summary | |
|---|---|
void |
changesCommitted(TransactionalDataProvider provider)
The commitChanges() method was called on the specified
TransactionalDataProvider. |
void |
changesReverted(TransactionalDataProvider provider)
The revertChanges() method was called on the specified
TransactionalDataProvider. |
| Methods inherited from interface com.sun.data.provider.DataListener |
|---|
providerChanged, valueChanged |
| Method Detail |
|---|
void changesCommitted(TransactionalDataProvider provider)
The commitChanges() method was called on the specified
TransactionalDataProvider.
provider - TransactionalDataProvider on which this
event occurredvoid changesReverted(TransactionalDataProvider provider)
The revertChanges() method was called on the specified
TransactionalDataProvider.
provider - TransactionalDataProvider on which this event
occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||