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

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

public class CacheEntryPassivatedAdapter<K,V>
extends AbstractAdapter<CacheEntryPassivatedEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

CacheEntryPassivatedAdapter

public CacheEntryPassivatedAdapter(javax.enterprise.event.Event<CacheEntryPassivatedEvent<K,V>> event)
Method Detail

fire

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

-->

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