public static class ConverterCollections.ConverterCacheEvent extends ConverterCollections.ConverterMapEvent
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry, ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
CacheEvent.TransformationState
m_context, m_convKey, m_convVal, m_entryNew, m_entryOld, m_event, NO_VALUE
m_fPriming, m_fSynthetic, m_transformState
ENTRY_DELETED, ENTRY_INSERTED, ENTRY_UPDATED, m_nId, m_oKey, m_oValueNew, m_oValueOld
source
Constructor and Description |
---|
ConverterCacheEvent(ObservableMap map,
CacheEvent event,
Converter convKey,
Converter convVal)
Constructor.
|
ConverterCacheEvent(ObservableMap map,
CacheEvent event,
Converter convKey,
Converter convVal,
BackingMapManagerContext context)
Construct a ConverterMapEvent.
|
Modifier and Type | Method and Description |
---|---|
CacheEvent |
getCacheEvent()
Return the underlying CacheEvent.
|
clearConverted, getContext, getConverterKeyUp, getConverterValueUp, getKey, getMapEvent, getNewEntry, getNewValue, getOldEntry, getOldValue, isKeyConverted, isNewValueConverted, isOldValueConverted, setKey, setNewValue, setOldValue
getDescription, getTransformationState, isPriming, isSynthetic, shouldDispatch
dispatch, dispatch, dispatch, getDescription, getId, getMap, isDelete, isInsert, isUpdate, readExternal, toString, writeExternal
getSource
public ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal)
event
- the underlying CacheEventmap
- the new event's sourceconvKey
- the Converter to view the underlying CacheEvent's
keyconvVal
- the Converter to view the underlying CacheEvent's
valuespublic ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal, BackingMapManagerContext context)
event
- the underlying MapEventmap
- the new event's sourceconvKey
- the Converter to view the underlying CacheEvent's
keyconvVal
- the Converter to view the underlying CacheEvent's
valuescontext
- the BackingMapManagerContext necessary to emulate
the BinaryEntry interfacepublic CacheEvent getCacheEvent()