|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Publishes events about the datasource.
Method Summary | |
void |
recordDeleted(DataSourceEvent inEvent)
Called when the datasource deletes a record. |
void |
recordInserted(DataSourceEvent inEvent)
Called when the datasource inserts a record. |
void |
recordRead(DataSourceEvent inEvent)
Called when the datasource reads a record. |
void |
recordUpdated(DataSourceEvent inEvent)
Called when the datasource updates a record. |
void |
transactionCommitted(DataSourceEvent inEvent)
Called when the datasource commits the data. |
void |
transactionRolledBack(DataSourceEvent inEvent)
Called when the datasource rollsback the data. |
Method Detail |
public void recordRead(DataSourceEvent inEvent)
public void recordInserted(DataSourceEvent inEvent)
public void recordUpdated(DataSourceEvent inEvent)
public void recordDeleted(DataSourceEvent inEvent)
public void transactionCommitted(DataSourceEvent inEvent)
public void transactionRolledBack(DataSourceEvent inEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |