org.infinispan.cdi.event.cache
Class CacheEntryLoadedAdapter<K,V>

java.lang.Object
  extended by org.infinispan.cdi.event.cache.AbstractAdapter<CacheEntryLoadedEvent<K,V>>
      extended by org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter<K,V>

public class CacheEntryLoadedAdapter<K,V>
extends AbstractAdapter<CacheEntryLoadedEvent<K,V>>

Author:
Pete Muir

Field Summary
static CacheEntryLoadedEvent<?,?> EMPTY
           
static javax.enterprise.util.TypeLiteral<CacheEntryLoadedEvent<?,?>> WILDCARD_TYPE
           
 
Constructor Summary
CacheEntryLoadedAdapter(javax.enterprise.event.Event<CacheEntryLoadedEvent<K,V>> event)
           
 
Method Summary
 void fire(CacheEntryLoadedEvent<K,V> payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final CacheEntryLoadedEvent<?,?> EMPTY

WILDCARD_TYPE

public static final javax.enterprise.util.TypeLiteral<CacheEntryLoadedEvent<?,?>> WILDCARD_TYPE
Constructor Detail

CacheEntryLoadedAdapter

public CacheEntryLoadedAdapter(javax.enterprise.event.Event<CacheEntryLoadedEvent<K,V>> event)
Method Detail

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.