listener
Used in: local-scheme, external-scheme, paged-external-scheme, distributed-scheme, replicated-scheme, optimistic-scheme, near-scheme, versioned-near-scheme, overflow-scheme, read-write-backing-map-scheme, versioned-backing-map-scheme.
Description
The Listener element specifies an implementation of a
com.tangosol.util.MapListener which will be notified of events occurring on a cache.
Elements
The following table describes the elements you can define within the listener element.
| Element |
Required/Optional |
Description |
| <class-scheme> |
Required |
Specifies the full class name of listener implementation to use.
The specified class must implement the
com.tangosol.util.MapListener interface. |