net.sf.javagimmicks.collections.event.cdi.CDICollectionEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gimmicks Show documentation
Show all versions of gimmicks Show documentation
Utility classes, APIs and tools for Java
package net.sf.javagimmicks.collections.event.cdi;
import java.util.Collection;
import net.sf.javagimmicks.collections.event.CollectionEvent;
import net.sf.javagimmicks.event.Observable;
/**
* A CDI compatible wrapper around a {@link CollectionEvent}.
*
* CDI event objects may not have type parameters, so the type information needs
* to be erased for the wrapped {@link CollectionEvent}.
*/
public class CDICollectionEvent implements CollectionEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy