Packageorg.swizframework.events
Classpublic class SwizEvent
InheritanceSwizEvent Inheritance flash.events.Event

Dispatched when a Swiz instance is created or destroyed.



Public Properties
 PropertyDefined By
  swiz : ISwiz
The ISwiz instance that was created or destroyed.
SwizEvent
Public Methods
 MethodDefined By
  
SwizEvent(type:String, swiz:ISwiz = null)
Constructor
SwizEvent
  
clone():Event
[override]
SwizEvent
Public Constants
 ConstantDefined By
  CREATED : String = swizCreated
[static] The BeanEvent.ADDED constant defines the value of the type property of a beanAdded event object.
SwizEvent
  DESTROYED : String = swizDestroyed
[static] The BeanEvent.REMOVED constant defines the value of the type property of a beanRemoved event object.
SwizEvent
Property Detail
swizproperty
public var swiz:ISwiz

The ISwiz instance that was created or destroyed.

Constructor Detail
SwizEvent()Constructor
public function SwizEvent(type:String, swiz:ISwiz = null)

Constructor

Parameters
type:String
 
swiz:ISwiz (default = null)
Method Detail
clone()method
override public function clone():Event

Returns
Event — Copy of this event
Constant Detail
CREATEDConstant
public static const CREATED:String = swizCreated

The BeanEvent.ADDED constant defines the value of the type property of a beanAdded event object.

DESTROYEDConstant 
public static const DESTROYED:String = swizDestroyed

The BeanEvent.REMOVED constant defines the value of the type property of a beanRemoved event object.