Uses of Interface
com.db4o.foundation.Listener4
-
Packages that use Listener4 Package Description com.db4o.foundation com.db4o.internal.io com.db4o.io com.db4o.reflect.generic -
-
Uses of Listener4 in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type Listener4 Modifier and Type Method Description void
ListenerRegistry. register(Listener4<E> listener)
void
ListenerRegistry. remove(Listener4<E> listener)
-
Uses of Listener4 in com.db4o.internal.io
Methods in com.db4o.internal.io with parameters of type Listener4 Modifier and Type Method Description void
BlockSizeImpl. register(Listener4<java.lang.Integer> listener)
-
Uses of Listener4 in com.db4o.io
Methods in com.db4o.io with parameters of type Listener4 Modifier and Type Method Description void
BlockSize. register(Listener4<java.lang.Integer> listener)
-
Uses of Listener4 in com.db4o.reflect.generic
Methods in com.db4o.reflect.generic with parameters of type Listener4 Modifier and Type Method Description void
KnownClassesRepository. addListener(Listener4<ReflectClass> listener)
void
KnownClassesRepository. removeListener(Listener4<ReflectClass> listener)
-