Package com.db4o.ext
Interface Db4oCallback
-
public interface Db4oCallback
generic callback interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callback(java.lang.Object obj)
the callback method
-