Creates a space definition listener.
Declaration
tibas_status tibasSpaceDefListener_Create(
tibasListener* listener,
tibas_onSpaceDefDefine callback,
void* closure)
Parameters
Parameter |
Description |
listener |
The new listener object that is returned. |
callback |
The name of the callback function. |
closure |
Pointer to closure data that will be passed to the callback function when the listener is invoked. |
Remarks
Use the tibasSpaceDefListener_Create() function to create a listener that listens for changes to space definition.
Copyright © Cloud Software Group, Inc. All rights reserved.