org.cruxframework.crux.core.client.db
Class DatabaseCountCallback
java.lang.Object
org.cruxframework.crux.core.client.db.Callback
org.cruxframework.crux.core.client.db.DatabaseCountCallback
public abstract class DatabaseCountCallback
- extends Callback
Database cursor operations callback.
Use this callback to read objects from a cursor.
- Author:
- Thiago da Rosa de Bustamante
| Fields inherited from class org.cruxframework.crux.core.client.db.Callback |
db |
|
Method Summary |
abstract void |
onSuccess(int result)
Called when a count operation is performed successfully. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseCountCallback
public DatabaseCountCallback()
onSuccess
public abstract void onSuccess(int result)
- Called when a count operation is performed successfully.
- Parameters:
result - number of objects returned
Copyright © 2014. All rights reserved.