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

java.lang.Object
  extended by org.cruxframework.crux.core.client.db.Callback
      extended by org.cruxframework.crux.core.client.db.FileStoreCursorCallback

public abstract class FileStoreCursorCallback
extends Callback

Database cursor operations callback. Use this callback to read files from a FileStore cursor.

Author:
Thiago da Rosa de Bustamante

Field Summary
 
Fields inherited from class org.cruxframework.crux.core.client.db.Callback
db
 
Constructor Summary
FileStoreCursorCallback()
           
 
Method Summary
abstract  void onSuccess(FileCursor result)
          Called when an open cursor 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

FileStoreCursorCallback

public FileStoreCursorCallback()
Method Detail

onSuccess

public abstract void onSuccess(FileCursor result)
Called when an open cursor operation is performed successfully.

Parameters:
result - the cursor


Copyright © 2014. All rights reserved.