PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.1 User Guide
  listener
Added by Rob Misek, last edited by Mark Falco on Feb 10, 2006  (view change)

Labels

 
(None)

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.

Any implementation must implement the com.tangosol.util.MapListener interface and include a zero-parameter public constructor.