|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.data.provider.DataAdapter
com.sun.data.provider.TransactionalDataAdapter
public class TransactionalDataAdapter
TransactionalDataProviderAdapter is an event listener
adapter that provides a base implementation of
TransactionalDataListener.
| Constructor Summary | |
|---|---|
TransactionalDataAdapter()
|
|
| Method Summary | |
|---|---|
void |
changesCommitted(TransactionalDataProvider provider)
The |
void |
changesReverted(TransactionalDataProvider provider)
The |
| Methods inherited from class com.sun.data.provider.DataAdapter |
|---|
providerChanged, valueChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.data.provider.DataListener |
|---|
providerChanged, valueChanged |
| Constructor Detail |
|---|
public TransactionalDataAdapter()
| Method Detail |
|---|
public void changesCommitted(TransactionalDataProvider provider)
The commitChanges() method was called on the specified
TransactionalDataProvider.
changesCommitted in interface TransactionalDataListenerprovider - TransactionalDataProvider on which this
event occurredpublic void changesReverted(TransactionalDataProvider provider)
The revertChanges() method was called on the specified
TransactionalDataProvider.
changesReverted in interface TransactionalDataListenerprovider - TransactionalDataProvider on which this event
occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||