org.cruxframework.crux.core.client.db
Class FileStoreCursorCallback
java.lang.Object
org.cruxframework.crux.core.client.db.Callback
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
| Fields inherited from class org.cruxframework.crux.core.client.db.Callback |
db |
|
Method Summary |
abstract void |
onSuccess(FileCursor result)
Called when an open cursor operation is performed successfully. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileStoreCursorCallback
public FileStoreCursorCallback()
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.