[AS3] Custom event subclass

I’m having a problem with a custom subclassed Event class. Or I should say, I’m having trouble receiving events from this custom event class. I’m pretty sure I have everything wired correctly, the event is dispatched properly and my trace shows the Event instance being spawned. However, my eventListener, which is in another class, never fires its handler function.

Have any of you run across instances where custom event classes fail to fire? I’m about at my wit’s end. :wasted: