[actionscript-3] Difference between e.target and e.currentTarget

e.currentTarget is element(parent) where event is registered, e.target is node(children) where event is pointing to.