What if combining in the same observer class the watch of events coming from both classes and procedural code?

like
$this->notify('NOTIFIER_CART_ADD_CART_END');
and
$zco_notifier->notify('NOTIFY_HEADER_END_CHECKOUT_SUCCESS');

is it possible?