org.infinispan.cdi.event.cachemanager
Class CacheStoppedAdapter

java.lang.Object
  extended by org.infinispan.cdi.event.cachemanager.AbstractAdapter<CacheStoppedEvent>
      extended by org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter

public class CacheStoppedAdapter
extends AbstractAdapter<CacheStoppedEvent>

Author:
Pete Muir

Field Summary
static CacheStoppedEvent EMPTY
           
 
Constructor Summary
CacheStoppedAdapter(javax.enterprise.event.Event<CacheStoppedEvent> event, String cacheName)
           
 
Method Summary
 void fire(CacheStoppedEvent 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 CacheStoppedEvent EMPTY
Constructor Detail

CacheStoppedAdapter

public CacheStoppedAdapter(javax.enterprise.event.Event<CacheStoppedEvent> event,
                           String cacheName)
Method Detail

fire

public void fire(CacheStoppedEvent payload)
Overrides:
fire in class AbstractAdapter<CacheStoppedEvent>

-->

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