Uses of Interface
org.cruxframework.crux.core.client.db.DatabaseErrorHandler

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

Uses of DatabaseErrorHandler in org.cruxframework.crux.core.client.db
 

Fields in org.cruxframework.crux.core.client.db declared as DatabaseErrorHandler
protected  DatabaseErrorHandler AbstractDatabase.errorHandler
           
 

Methods in org.cruxframework.crux.core.client.db with parameters of type DatabaseErrorHandler
 void Database.setDefaultErrorHandler(DatabaseErrorHandler errorHandler)
          Sets an error handler to be called to handle uncaught errors.
 void AbstractDatabase.setDefaultErrorHandler(DatabaseErrorHandler errorHandler)
           
 

Uses of DatabaseErrorHandler in org.cruxframework.crux.core.client.db.annotation
 

Classes in org.cruxframework.crux.core.client.db.annotation that implement DatabaseErrorHandler
static class DatabaseDef.NoErrorHandler
           
 



Copyright © 2014. All rights reserved.