Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 ListenerDef : ListenerDef Operations : tibasListenerDef_Create()

tibasListenerDef_Create()
Function
Declaration
tibas_status tibasListenerDef_Create
(tibasListenerDef*  listenerDef)
Purpose
Returns a new ListenerDef instance.
Parameters
 
Remarks
Use the tibasListenerDefCreate() function to create a ListenerDef object that you can use to define an event listener.
After you have defined the ListenerDef object, use the tibasListenerDef_SetTimeScope() and tibasListenerDef_SetDistributionScope() functions to specify the time scope and distribution scope for the listener.
See Also
tibasListenerDef_CreateEx(), tibasListenerDef_SetTimeScope(), tibasListenerDef_SetDistributionScope(), tibasListenerDef_Free()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved