Package de.caluga.morphium.writer
Interface WriterTask<T>
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
MorphiumWriterImpl.WT
public interface WriterTask<T> extends Runnable
User: Stephan Bösebeck Date: 28.06.13 Time: 16:51 TODO: Add documentation here
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Map<String,Object>getReturnObject()voidsetCallback(AsyncOperationCallback<T> cb)
-
-
-
Method Detail
-
setCallback
void setCallback(AsyncOperationCallback<T> cb)
-
-