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

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

Field Summary
 
Fields inherited from class org.cruxframework.crux.core.client.db.Callback
db
 
Constructor Summary
DatabaseCallback()
           
 
Method Summary
abstract  void onSuccess()
          Called to inform that operation performed ok.
 
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

DatabaseCallback

public DatabaseCallback()
Method Detail

onSuccess

public abstract void onSuccess()
Called to inform that operation performed ok.



Copyright © 2014. All rights reserved.