Take listener interface provides a method for being notified regarding entries that are removed 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 TakeListener : Listener
Public Interface TakeListener
Inherits Listener
public interface class TakeListener : Listener
type TakeListener =
interface
interface Listener
end
The TakeListener type exposes the following members.
Methods
| Name | Description |
---|
 | OnTake |
Invoked whenever a tuple is removed from the Space.
|
Top
See Also