public static class ConverterCollections.ConverterCacheEvent extends ConverterCollections.ConverterMapEvent
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry, ConverterCollections.ConverterMapEvent.ConverterMapEventEntryCacheEvent.TransformationStatem_context, m_convKey, m_convVal, m_event, NO_VALUEm_fSynthetic, m_transformStateENTRY_DELETED, ENTRY_INSERTED, ENTRY_UPDATED, m_nId, m_oKey, m_oValueNew, m_oValueOldsource| 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, setOldValuegetDescription, getTransformationState, isSyntheticdispatch, dispatch, dispatch, getDescription, getId, getMap, toStringgetSourcepublic 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()