tibasSpaceDefListener_CreateEx()
Creates a space definition (SpaceDef) listener.
Declaration
tibas_status tibasSpaceDefListener_CreateEx( tibasListener* listener, tibas_onSpaceDefDefine defineCallback, tibas_onSpaceDefAlter alterCallback, tibas_onSpaceDefDrop dropCallback, void* closure);
Parameters
Parameter | Description |
---|---|
listener | Returns a new listener object. |
defineCallback | The name of the callback function called when the space is defined. |
alterCallback | The name of the callback function called when the space is altered. |
dropCallback | The name of the callback function called when the space is dropped. |
closure | Pointer to closure data that will be passed to the callback function when the listener is invoked. |
Copyright © Cloud Software Group, Inc. All rights reserved.