Click or drag to resize
EvictListener Interface
Evict listener interface provides a method for being notified regarding entries that are evicted from a Space.

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface EvictListener : Listener

The EvictListener type exposes the following members.

Methods
  NameDescription
Public methodOnEvict
Invoked whenever a tuple is removed from the Space.
Top
See Also