We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(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.
notify
self.notify ("boundsChanged");
0.3 Introduced; docs valid