Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The BeanLoader class has been deprecated in favor of BeanProvider. BeanLoader will still work in 1.0, but it is recommended that you update your code to BeanProvider. In addition, a central dispatcher property was available within BeanLoader in 0.6.4. This property has been removed in 1.0. If a bean or prototype bean requires a dispatcher from Swiz, this is now accomplished using the [Dispatcher] metadata tag:

Code Block
javascriptas3javascript
as3
[Dispatcher]
public var dispatcher:IEventDispatcher;

...