Uses of Class
org.cruxframework.crux.core.client.db.Transaction.TransactionCallback

Packages that use Transaction.TransactionCallback
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
 

Uses of Transaction.TransactionCallback in org.cruxframework.crux.core.client.db
 

Fields in org.cruxframework.crux.core.client.db declared as Transaction.TransactionCallback
protected  Transaction.TransactionCallback Transaction.transactionCallback
           
 

Methods in org.cruxframework.crux.core.client.db with parameters of type Transaction.TransactionCallback
 Transaction Database.getTransaction(String[] storeNames, Transaction.Mode mode, Transaction.TransactionCallback callback)
          Create a new transaction targeting the given objectStores.
 Transaction AbstractDatabase.getTransaction(String[] storeNames, Transaction.Mode mode, Transaction.TransactionCallback callback)
           
 void Transaction.setTransactionCallback(Transaction.TransactionCallback callback)
          Inform a callback to monitor the current transaction state changes.
 



Copyright © 2014. All rights reserved.