Skip to content
kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of PKObject)

Return Type: void

Parameters: notification (string)

Notifies any listeners attached to the notification. Typically used by objects to notify that something important has changed.

Note: A notification must be registered with registerNotification before it can be fired with notify.

Usage

self.notify ("boundsChanged");

Version

0.3 Introduced; docs valid

Clone this wiki locally