org.neodatis.odb.core.layers.layer1.introspector
Interface IIntrospectionCallback

All Known Implementing Classes:
DefaultInstrospectionCallbackForStore, DefaultInstrumentationCallback, GetDependentObjectIntrospectingCallback

public interface IIntrospectionCallback

Author:
olivier A simple callback used by the introspection API to inform when object are found

Method Summary
 boolean objectFound(java.lang.Object object)
          Called when the introspector find a non native object.
 

Method Detail

objectFound

boolean objectFound(java.lang.Object object)
Called when the introspector find a non native object.

Parameters:
object -
Returns:
true to continue going recursively, false do not go deeper