Cocos Studio callback

Hi, until now i used Spritebuilder with cocos2d. Now i try to use the Cocos Studio with cocos2d-x (c++).
In the Spritebuilder to create a callback for a button (for example) was really easy. Must to set the method name, and that’s all.

How it works under Cocos Studio?
What is the difference between method type touch, or click?
How should i declare the callback function in the c++ file?
Thank you

Hey, try having a look at the following links!

These guys have a tutorial series going on. Will be helpful to you :
http://www.sonarlearning.co.uk/questions.php?question-topic=40

Thank you, i try it.