org.infinispan.cdi.event.cache
Class CacheEntryCreatedAdapter<K,V>
java.lang.Object
org.infinispan.cdi.event.cache.AbstractAdapter<CacheEntryCreatedEvent<K,V>>
org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter<K,V>
public class CacheEntryCreatedAdapter<K,V>
- extends AbstractAdapter<CacheEntryCreatedEvent<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 CacheEntryCreatedEvent<?,?> EMPTY
WILDCARD_TYPE
public static final javax.enterprise.util.TypeLiteral<CacheEntryCreatedEvent<?,?>> WILDCARD_TYPE
CacheEntryCreatedAdapter
public CacheEntryCreatedAdapter(javax.enterprise.event.Event<CacheEntryCreatedEvent<K,V>> event)
fire
public void fire(CacheEntryCreatedEvent<K,V> payload)
- Overrides:
fire
in class AbstractAdapter<CacheEntryCreatedEvent<K,V>>
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.