cocos2dx spine Listener 的用法

dogAnimation->setAnimation(1, “4_greet”, false);
dogAnimation->setEndListener([=](spTrackEntry* entry){
setNormal();
});

怎么样写能让我这个动画切换以后不在进入EndListener(setNormal()有做动画切换)