![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpace_Listen
Use the tibasSpace_Listen() function to activate a tibasListener object for a specified space and initialize a listener for the space.Before you can activate the listener, you must be connected to the space on which you want to listen for events; and you must get the parameters for the call to tibasSpaceListen() from calls to several additional ActiveSpaces functions:
• space The Space object that is returned by calling tibasMetaspace_GetSpace() or tibasMetaspace_GetSpaceEx().
• listener A tibasListener object that is returned by calling the tibasListener_Create() function.
• listenerDef Specifies a listenerDef object that is returned by calling tibasListenerDef_Create() or tibasListenerDef_CreateEx().The optional last parameter, the filter parameter, can be used to provide a filter string that limits the events processed by the listener.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |