Skip to content

Instantly share code, notes, and snippets.

[EventHandler( event="UserEvent.*", properties="user" )]
public function handleUserEvents( user:User ):void
{
// do stuff
}
// Inject Bean Property (The property named "userCollection" from the bean named "userModel" is injected)
[Inject( source="userModel.userCollection" )]
public var users:ListCollectionView;