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

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

public class CacheEntryActivatedAdapter<K,V>
extends AbstractAdapter<CacheEntryActivatedEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

CacheEntryActivatedAdapter

public CacheEntryActivatedAdapter(javax.enterprise.event.Event<CacheEntryActivatedEvent<K,V>> event)
Method Detail

fire

public void fire(CacheEntryActivatedEvent<K,V> payload)
Overrides:
fire in class AbstractAdapter<CacheEntryActivatedEvent<K,V>>

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.