protected class ContinuousQueryCache.InternalMapListener extends MultiplexingMapListener<K,V_FRONT>
ObservableMap of the ContinuousQueryCache.Base.LoggingWriter, Base.StackFrame| Modifier and Type | Field and Description |
|---|---|
protected Converter |
f_convKey
The
Converter to be applied to keys. |
protected Converter |
f_convValue
The
Converter to be applied to values. |
protected MapListenerSupport |
f_listenerSupport
The
MapListenerSupport to dispatch events to. |
| Constructor and Description |
|---|
InternalMapListener(MapListenerSupport listenerSupport,
Converter convKey,
Converter convValue)
Construct the
MapListener to be registered with the internal ObservableMap. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onMapEvent(MapEvent<K,V_FRONT> evt)
Dispatch events received from the internal map to the
MapListenerSupport's registered
MapListeners. |
entryDeleted, entryInserted, entryUpdatedazzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsynchronousprotected final MapListenerSupport f_listenerSupport
MapListenerSupport to dispatch events to.public InternalMapListener(MapListenerSupport listenerSupport, Converter convKey, Converter convValue)
MapListener to be registered with the internal ObservableMap.listenerSupport - the MapListenerSupport to dispatch events withconvKey - the Converter for keysconvValue - the Converter for valuesprotected void onMapEvent(MapEvent<K,V_FRONT> evt)
MapListenerSupport's registered
MapListeners.onMapEvent in class MultiplexingMapListener<K,V_FRONT>evt - the MapEvent carrying the insert, update or delete