org.infinispan.cdi.event.cache
Class CacheEntryRemovedAdapter<K,V>
java.lang.Object
org.infinispan.cdi.event.cache.AbstractAdapter<CacheEntryRemovedEvent<K,V>>
org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter<K,V>
public class CacheEntryRemovedAdapter<K,V>
- extends AbstractAdapter<CacheEntryRemovedEvent<K,V>>
- Author:
- Pete Muir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final CacheEntryRemovedEvent<?,?> EMPTY
WILDCARD_TYPE
public static final javax.enterprise.util.TypeLiteral<CacheEntryRemovedEvent<?,?>> WILDCARD_TYPE
CacheEntryRemovedAdapter
public CacheEntryRemovedAdapter(javax.enterprise.event.Event<CacheEntryRemovedEvent<K,V>> event)
fire
public void fire(CacheEntryRemovedEvent<K,V> payload)
- Overrides:
fire
in class AbstractAdapter<CacheEntryRemovedEvent<K,V>>
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.