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

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

public class CacheEntryCreatedAdapter<K,V>
extends AbstractAdapter<CacheEntryCreatedEvent<K,V>>

Author:
Pete Muir

Field Summary
static CacheEntryCreatedEvent<?,?> EMPTY
           
static javax.enterprise.util.TypeLiteral<CacheEntryCreatedEvent<?,?>> WILDCARD_TYPE
           
 
Constructor Summary
CacheEntryCreatedAdapter(javax.enterprise.event.Event<CacheEntryCreatedEvent<K,V>> event)
           
 
Method Summary
 void fire(CacheEntryCreatedEvent<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 CacheEntryCreatedEvent<?,?> EMPTY

WILDCARD_TYPE

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

CacheEntryCreatedAdapter

public CacheEntryCreatedAdapter(javax.enterprise.event.Event<CacheEntryCreatedEvent<K,V>> event)
Method Detail

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.