Package com.db4o.foundation
Class ListenerRegistry<E>
- java.lang.Object
-
- com.db4o.foundation.ListenerRegistry<E>
-
public class ListenerRegistry<E> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListenerRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <E> ListenerRegistry<E>
newInstance()
void
notifyListeners(E event)
void
register(Listener4<E> listener)
void
remove(Listener4<E> listener)
-