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

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

public class CacheEntryRemovedAdapter<K,V>
extends AbstractAdapter<CacheEntryRemovedEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

CacheEntryRemovedAdapter

public CacheEntryRemovedAdapter(javax.enterprise.event.Event<CacheEntryRemovedEvent<K,V>> event)
Method Detail

fire

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

-->

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