org.cruxframework.crux.core.client.db
Class DatabaseDeleteCallback

java.lang.Object
  extended by org.cruxframework.crux.core.client.db.Callback
      extended by 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)

Field Summary
 
Fields inherited from class org.cruxframework.crux.core.client.db.Callback
db
 
Constructor Summary
DatabaseDeleteCallback()
           
 
Method Summary
abstract  void onSuccess()
          Called when a delete operation is performed successfully.
 
Methods inherited from class org.cruxframework.crux.core.client.db.Callback
onError, setDb
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseDeleteCallback

public DatabaseDeleteCallback()
Method Detail

onSuccess

public abstract void onSuccess()
Called when a delete operation is performed successfully.



Copyright © 2014. All rights reserved.