net.sf.javagimmicks.collections.event.cdi.CDISetEvent 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 net.sf.javagimmicks.collections.event.SetEvent;
import net.sf.javagimmicks.event.Observable;
/**
* A CDI compatible wrapper around a {@link SetEvent}.
*
* CDI event objects may not have type parameters, so the type information needs
* to be erased for the wrapped {@link SetEvent}.
*/
public class CDISetEvent implements SetEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy