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