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

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

public class CacheEntryInvalidatedAdapter<K,V>
extends AbstractAdapter<CacheEntryInvalidatedEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

CacheEntryInvalidatedAdapter

public CacheEntryInvalidatedAdapter(javax.enterprise.event.Event<CacheEntryInvalidatedEvent<K,V>> event)
Method Detail

fire

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

-->

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