Uses of Interface
quick.dbtable.DBTableErrorListener

Uses of DBTableErrorListener in quick.dbtable
 

Methods in quick.dbtable with parameters of type DBTableErrorListener
 void DBTable.addDBTableErrorListener(DBTableErrorListener yourListener)
          If you want to handle the exceptions or errrors occured add this Listener.
 void DBTable.removeDBTableErrorListener(DBTableErrorListener yourListener)