Evict listener interface provides a method for being notified regarding entries that are evicted from a Space.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic interface EvictListener : Listener
Public Interface EvictListener
Inherits Listener
public interface class EvictListener : Listener
type EvictListener =
interface
interface Listener
end
The EvictListener type exposes the following members.
Methods
| Name | Description |
---|
 | OnEvict |
Invoked whenever a tuple is removed from the Space.
|
Top
See Also