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.eventsMethods in com.db4o.events with parameters of type EventListener4 Modifier and Type Method Description voidEvent4. addListener(EventListener4<T> listener)Adds a new listener to the notification list..voidEvent4. removeListener(EventListener4<T> listener)Removes a previously registered listener from the notification list.
- 
Uses of EventListener4 in com.db4o.internal.eventsMethods in com.db4o.internal.events with parameters of type EventListener4 Modifier and Type Method Description voidEvent4Impl. addListener(EventListener4<T> listener)voidEvent4Impl. removeListener(EventListener4<T> listener)
 
-