org.cruxframework.crux.core.client.db
Class DatabaseCallback
java.lang.Object
org.cruxframework.crux.core.client.db.Callback
org.cruxframework.crux.core.client.db.DatabaseCallback
public abstract class DatabaseCallback
- extends Callback
Database operations callback. All db operations are asynchronous.
Use this callback to receive feedback for requested operations.
- Author:
- Thiago da Rosa de Bustamante
| Fields inherited from class org.cruxframework.crux.core.client.db.Callback |
db |
|
Method Summary |
abstract void |
onSuccess()
Called to inform that operation performed ok. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseCallback
public DatabaseCallback()
onSuccess
public abstract void onSuccess()
- Called to inform that operation performed ok.
Copyright © 2014. All rights reserved.