Skip to content

PKObject.removeListenerForNotification

kerrishotts edited this page Apr 1, 2013 · 2 revisions

(part of PKObject)

Return Type: void

Parameters: notification (string), listener (function)

Removes a listener for a particular notification.

Usage

anObject.removeListenerForNotification ( "boundsChanged", someFunction )

Version

0.3 Introduced; docs valid

Clone this wiki locally