Need help on cocos2d-x external CCScrollView

I am using CCScrollView in lua application.

local scrollView = cc.ScrollView:create()
....
self.mynode:addChild(scrollView)

But now I am trying to addEvent for scrollView
But I am using cc.ScrollView, not using ccui.ScrollView.
So can’t use addEventListener function.

Do you have any experiences for add event to cc.ScrollView?
Thank you
Best Regards