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