Association callbacks on model observers

Hello all first post so be kind,

Is there a way to use association callbacks on model observers? For
instance if I have a has_and_belongs_to_many association on my model I
can
add a private method for instance to be called on the :after_add, is
there
a way to move this to an observer I have created for this model?

Thanks
.FxN