ViewBuilderListener Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            The ICacheListener that will receive all events, including those that
            result from the initial population of the view.
            
 
    Namespace: 
   Tangosol.Net
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic ViewBuilder Listener(
	ICacheListener listener
)
Parameters
- listener
 - Type: Tangosol.Net.CacheICacheListener
            the ICacheListener that will receive all the events from
            the view, including those corresponding to its initial
            population.
             
Return Value
Type: 
ViewBuilderThis ViewBuilder.
See Also