<?php
interface CartListenerInterface
{
    public function 
update(Cart $cart);
}