Click or drag to resize
SpaceListen Method (Listener, ListenerDef, String)
Returns a listener on a space for receiving notifications on events that match the specified filter. Listener definition can also be supplied to specify the distribution and time scopes.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
Listener Listen(
	Listener listener,
	ListenerDef listenerDef,
	string filter
)

Parameters

listener
Type: Com.Tibco.As.Space.ListenerListener
The callback listener class which needs to be registered
listenerDef
Type: Com.Tibco.As.Space.ListenerListenerDef
ListenerDef can be supplied to specify the distribution and time scopes
filter
Type: SystemString
A String that can be used to create a Filter

Return Value

Type: Listener
The created Listener
See Also