Click or drag to resize
TakeListener Interface
Take listener interface provides a method for being notified regarding entries that are removed 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 TakeListener : Listener

The TakeListener type exposes the following members.

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