You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications are generated whenever an object desires it; listeners are notified whenever the notification is fired using notify.
Usage
anObject.addListenerForNotification ( "boundsChanged",
function ( self, notification )
{
// self is the notifying object
// notification is the notification
}
);