cairngormEvent CONTROL


/ Published in: ActionScript 3
Save to your folder(s)

PACKAGE replace -> com.yourdomain.control
CLASSFILENAME replace -> com.yourdomain.control - folder > MyCustomEvent.as


Copy this code and paste it in your HTML
  1. package ###PACKAGE### {
  2.  
  3. import com.adobe.cairngorm.control.CairngormEvent;
  4. import ###CONTROL###.AppController;
  5.  
  6. public class ###CLASSFILENAME### extends CairngormEvent {
  7.  
  8. public function ###CLASSFILENAME###() {
  9. super(AppController.###CLASSFILENAMECAPSEVENT###);
  10. }
  11. }
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.