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.1.0.0 (2.1)

Syntax

C#
public interface TakeListener : Listener
Visual Basic
Public Interface TakeListener _
	Inherits Listener
Visual C++
public interface class TakeListener : Listener

See Also