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

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

public class CacheEntryModifiedAdapter<K,V>
extends AbstractAdapter<CacheEntryModifiedEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

CacheEntryModifiedAdapter

public CacheEntryModifiedAdapter(javax.enterprise.event.Event<CacheEntryModifiedEvent<K,V>> event)
Method Detail

fire

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

-->

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