org.cruxframework.crux.core.client.db
Class DatabaseDeleteCallback
java.lang.Object
org.cruxframework.crux.core.client.db.Callback
org.cruxframework.crux.core.client.db.DatabaseDeleteCallback
public abstract class DatabaseDeleteCallback
- extends Callback
Database delete operation callback.
Use this callback to delete the key from object written into the stores.
- Author:
- Samuel Almeida Cardoso (samuel@cruxframework.org)
| Fields inherited from class org.cruxframework.crux.core.client.db.Callback |
db |
|
Method Summary |
abstract void |
onSuccess()
Called when a delete operation is performed successfully. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseDeleteCallback
public DatabaseDeleteCallback()
onSuccess
public abstract void onSuccess()
- Called when a delete operation is performed successfully.
Copyright © 2014. All rights reserved.