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

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

public class TransactionRegisteredAdapter<K,V>
extends AbstractAdapter<TransactionRegisteredEvent<K,V>>

Author:
Pete Muir

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

WILDCARD_TYPE

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

TransactionRegisteredAdapter

public TransactionRegisteredAdapter(javax.enterprise.event.Event<TransactionRegisteredEvent<K,V>> event)
Method Detail

fire

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

-->

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