Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

function glxapp_broadcastListeners()

Returns an array of all the objects that are listening for broadcasts.

function glxapp_broadcastListeners pObject
Parameters
TypeNameDescription
Simple parameter. pObject A reference to an object that holds broadcast information or "global". Any objects listening for changes to the object will be returned in the array.
Description

When an object unpublishes a broadcast the custom properties that were stored when the broadcast was published are removed.

Return

A nested array. Dimension 1 is numerically indexed starting with 1. Dimension 2 has "type" and "controls" keys.

See also