public class CacheEntryActivatedAdapter<K,V> extends AbstractAdapter<CacheEntryActivatedEvent<K,V>>
CacheEntryActivated
.Listener
,
CacheEntryActivated
Modifier and Type | Field and Description |
---|---|
static CacheEntryActivatedEvent<?,?> |
EMPTY
Needed for creating event bridge.
|
static javax.enterprise.util.TypeLiteral<CacheEntryActivatedEvent<?,?>> |
WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
Constructor and Description |
---|
CacheEntryActivatedAdapter(javax.enterprise.event.Event<CacheEntryActivatedEvent<K,V>> event) |
public static final CacheEntryActivatedEvent<?,?> EMPTY
public static final javax.enterprise.util.TypeLiteral<CacheEntryActivatedEvent<?,?>> WILDCARD_TYPE
, ?>
).public CacheEntryActivatedAdapter(javax.enterprise.event.Event<CacheEntryActivatedEvent<K,V>> event)
public void fire(CacheEntryActivatedEvent<K,V> payload)
fire
in class AbstractAdapter<CacheEntryActivatedEvent<K,V>>
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.