callback after accordion's methods

callback after accordion's methods

Hi
This is my first post here :)
I would like to know how to launch a callback after accordion's
methods ie:
$('selector').accordion( 'activate' , false,{change:function(){alert
('hello')}})
Regards
A.
--