Uses of Interface
com.db4o.events.EventListener4
-
Packages that use EventListener4 Package Description com.db4o.events com.db4o.internal.events -
-
Uses of EventListener4 in com.db4o.events
Methods in com.db4o.events with parameters of type EventListener4 Modifier and Type Method Description void
Event4. addListener(EventListener4<T> listener)
Adds a new listener to the notification list..void
Event4. removeListener(EventListener4<T> listener)
Removes a previously registered listener from the notification list. -
Uses of EventListener4 in com.db4o.internal.events
Methods in com.db4o.internal.events with parameters of type EventListener4 Modifier and Type Method Description void
Event4Impl. addListener(EventListener4<T> listener)
void
Event4Impl. removeListener(EventListener4<T> listener)
-