Package | org.swizframework.events |
Class | public class SwizEvent |
Inheritance | SwizEvent ![]() |
Property | Defined By | ||
---|---|---|---|
swiz : ISwiz
The ISwiz instance that was created or destroyed. | SwizEvent |
Method | Defined By | ||
---|---|---|---|
Constructor
| SwizEvent | ||
clone():Event [override]
| SwizEvent |
Constant | Defined 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 |
swiz | property |
public var swiz:ISwiz
The ISwiz
instance that was created or destroyed.
SwizEvent | () | Constructor |
public function SwizEvent(type:String, swiz:ISwiz = null)
Constructor
Parameterstype:String | |
swiz:ISwiz (default = null )
|
clone | () | method |
override public function clone():Event
Returns
Event — Copy of this event
|
CREATED | Constant |
public static const CREATED:String = swizCreated
The BeanEvent.ADDED constant defines the value of the type property of a beanAdded event object.
DESTROYED | Constant |
public static const DESTROYED:String = swizDestroyed
The BeanEvent.REMOVED constant defines the value of the type property of a beanRemoved event object.