public class CacheEntryLoadedAdapter<K,V> extends AbstractAdapter<CacheEntryLoadedEvent<K,V>>
| Modifier and Type | Field and Description |
|---|---|
static CacheEntryLoadedEvent<?,?> |
EMPTY |
static javax.enterprise.util.TypeLiteral<CacheEntryLoadedEvent<?,?>> |
WILDCARD_TYPE |
| Constructor and Description |
|---|
CacheEntryLoadedAdapter(javax.enterprise.event.Event<CacheEntryLoadedEvent<K,V>> event) |
public static final CacheEntryLoadedEvent<?,?> EMPTY
public static final javax.enterprise.util.TypeLiteral<CacheEntryLoadedEvent<?,?>> WILDCARD_TYPE
public CacheEntryLoadedAdapter(javax.enterprise.event.Event<CacheEntryLoadedEvent<K,V>> event)
public void fire(CacheEntryLoadedEvent<K,V> payload)
fire in class AbstractAdapter<CacheEntryLoadedEvent<K,V>>Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.