Uses of Class
gistoolkit.datasources.DataSourceEvent

Packages that use DataSourceEvent
gistoolkit.datasources   
 

Uses of DataSourceEvent in gistoolkit.datasources
 

Methods in gistoolkit.datasources with parameters of type DataSourceEvent
 void DataSourceListener.recordRead(DataSourceEvent inEvent)
          Called when the datasource reads a record.
 void DataSourceListener.recordInserted(DataSourceEvent inEvent)
          Called when the datasource inserts a record.
 void DataSourceListener.recordUpdated(DataSourceEvent inEvent)
          Called when the datasource updates a record.
 void DataSourceListener.recordDeleted(DataSourceEvent inEvent)
          Called when the datasource deletes a record.
 void DataSourceListener.transactionCommitted(DataSourceEvent inEvent)
          Called when the datasource commits the data.
 void DataSourceListener.transactionRolledBack(DataSourceEvent inEvent)
          Called when the datasource rollsback the data.