Category Archives: Optimization

Using Callback Commands instead of Events

Recently I’ve read posts about the speed advantages of callbacks over events on the blogs of Troy Gilbert and Jackson Dustan. But instead of using a strategy like stated in the comment here we use something which we call CallbackCommand and relies to the command pattern. It’s some kind of proxy command to call methods [...]

Also posted in AS3, Commands, Events | 6 Comments