public class CacheEntryLoadedAdapter<K,V> extends AbstractAdapter<CacheEntryLoadedEvent<K,V>>
CacheEntryLoaded
.Listener
,
CacheEntryLoaded
Modifier and Type | Field and Description |
---|---|
static CacheEntryLoadedEvent<?,?> |
EMPTY
Needed for creating event bridge.
|
static javax.enterprise.util.TypeLiteral<CacheEntryLoadedEvent<?,?>> |
WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
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 © 2017 JBoss, a division of Red Hat. All rights reserved.