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

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

public class CacheEntryVisitedAdapter<K,V>
extends AbstractAdapter<CacheEntryVisitedEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

CacheEntryVisitedAdapter

public CacheEntryVisitedAdapter(javax.enterprise.event.Event<CacheEntryVisitedEvent<K,V>> event)
Method Detail

fire

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

-->

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