Used for watching changes to XML and XMLList objects.
Those objects are not EventDispatchers, so if multiple elements
want to watch for changes they need to go through this mechanism.
Call watchXML(), passing in the same notification
function that you would pass to XML.notification.
Use unwatchXML() to remove that notification.
Given an XML or XMLList, add the notification function
to watch for changes.
XMLNotifier
Constructor Detail
XMLNotifier
()
Constructor
public function XMLNotifier(x:XMLNotifierSingleton)
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Constructor.
XMLNotifier is a singleton class, so you do not use
the new operator to create multiple instances of it.
Instead, call the static method XMLNotifider.getInstance()
to get the sole instance of this class.